Files
Arch-R/packages/linux/config/initramfs
Stephan Raue 912134564b new package:
- add and run plymouth-lite as bootsplash
- various cleanups to initramfs init scripts
- add an option to build busybox statically
2009-09-28 14:10:32 +02:00

16 lines
349 B
Plaintext

dir /dev 755 0 0
dir /bin 755 1000 1000
slink /bin/sh busybox 777 0 0
file /bin/busybox initramfs/bin/busybox 755 0 0
file /bin/ply-image initramfs/bin/ply-image 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