CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Cleanup for 'init' script
[initramfs.git] / initramfs.lst
1 # base directories/device nodes
2 dir /proc 755 0 0
3 dir /sys 755 0 0
4 dir /lib 755 0 0
5 dir /dev 755 0 0
6 nod /dev/console 640 0 0 c 5 1
7 nod /dev/null 664 0 0 c 1 3
8
9 # init itself
10 file /init init 755 0 0
11
12 # busybox and links
13 dir /bin 755 0 0
14 file /bin/busybox work/busybox-#BUSYBOX_VERSION#/busybox 4755 0 0
15 slink /bin/sh busybox 777 0 0