add sys and devtmpfs

This commit is contained in:
Sergey Sergeev 2019-03-09 18:17:53 +03:00
parent db4f60c27b
commit edb6236d4b
2 changed files with 2 additions and 0 deletions

View file

@ -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

Binary file not shown.