CRUX-ARM : Home

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