linux: added support for initramfs script.

This commit is contained in:
Ricardo Martins 2015-02-08 18:41:53 +00:00
parent 0759db5937
commit 2cba596d8d
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
dir /bin 755 0 0
dir /dev 755 0 0
dir /proc 755 0 0
dir /sys 755 0 0
dir /mnt 755 0 0
nod /dev/console 644 0 0 c 5 1
nod /dev/null 644 0 0 c 1 3
slink /bin/echo busybox 777 0 0
slink /bin/sed busybox 777 0 0
slink /bin/tr busybox 777 0 0
slink /bin/ls busybox 777 0 0
slink /bin/sh busybox 777 0 0
slink /bin/mount busybox 777 0 0
slink /bin/umount busybox 777 0 0
slink /bin/usleep busybox 777 0 0
slink /bin/switch_root busybox 777 0 0
file /bin/busybox initramfs/busybox 755 0 0
file /init initramfs/init.sh 755 0 0