mirror of
https://github.com/adron-s/mtik_initrd_hacks.git
synced 2025-12-10 07:44:40 +01:00
add sys and devtmpfs
This commit is contained in:
parent
db4f60c27b
commit
edb6236d4b
2 changed files with 2 additions and 0 deletions
|
|
@ -3,5 +3,7 @@
|
|||
/bin/busybox --install /bin
|
||||
|
||||
mount -v proc /proc -n -t proc
|
||||
mount -v sysfs /sys -n -t sysfs
|
||||
mount -v devtmpfs /dev -n -t devtmpfs
|
||||
|
||||
sh
|
||||
|
|
|
|||
BIN
kernel-new.elf
BIN
kernel-new.elf
Binary file not shown.
Loading…
Add table
Reference in a new issue