Files
Arch-R/packages/linux/config/initramfs
Stephan Raue f16e602a36 linux:
- update to linux-2.6.32-rc6
- remove unneeded files and scripts
- various cleanups
- add some patches from moblin to speedup start
2009-11-06 15:15:12 +01:00

21 lines
504 B
Plaintext

dir /dev 755 0 0
#nod /dev/tty1 644 0 0 c 4 1
#nod /dev/console 644 0 0 c 5 1
dir /bin 755 1000 1000
slink /bin/sh busybox 777 0 0
file /bin/busybox initramfs/bin/busybox 755 0 0
# dir /lib 755 1000 1000
# file /lib/ld-uClibc.so.0 initramfs/lib/ld-uClibc.so.0 755 0 0
# file /lib/libc.so.0 initramfs/lib/libc.so.0 755 0 0
dir /proc 755 0 0
dir /sys 755 0 0
dir /flash 755 0 0
dir /sysroot 755 0 0
dir /storage 755 0 0
file /init initramfs/init 755 0 0
# file /splash.png initramfs/splash.png 644 0 0