mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
- add and run plymouth-lite as bootsplash - various cleanups to initramfs init scripts - add an option to build busybox statically
16 lines
349 B
Plaintext
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
|