Commit | Line | Data |
---|---|---|
55f11ffe JB |
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 | |
be3fa5e6 JB |
7 | nod /dev/null 664 0 0 c 1 3 |
8 | ||
55f11ffe JB |
9 | # init itself |
10 | file /init init 755 0 0 | |
be3fa5e6 | 11 | |
55f11ffe JB |
12 | # busybox and links |
13 | dir /bin 755 0 0 | |
14 | file /bin/busybox ../busybox-#BUSYBOX_VERSION#/busybox 4755 0 0 | |
15 | slink /bin/sh busybox 777 0 0 |