Commit 08b9cff
fix: use /proc/misc for device node detection instead of sysfs
The sysfs paths (/sys/devices/virtual/misc/kvm, /sys/class/misc/tun)
don't exist in our minimal kernel config. Use /proc/misc which reliably
lists registered misc devices. Fixes /dev/kvm and /dev/net/tun not being
auto-created.
Bump vz-cli to v0.3.3.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 570f8e0 commit 08b9cff
3 files changed
Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
73 | | - | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | | - | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
0 commit comments