diff options
Diffstat (limited to 'package/cryptinit/files/initramfs_list')
-rw-r--r-- | package/cryptinit/files/initramfs_list | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package/cryptinit/files/initramfs_list b/package/cryptinit/files/initramfs_list new file mode 100644 index 000000000..caa30ece3 --- /dev/null +++ b/package/cryptinit/files/initramfs_list @@ -0,0 +1,17 @@ +dir /dev 755 0 0 +dir /dev/mapper 755 0 0 +dir /proc 755 0 0 +dir /sys 755 0 0 +dir /mnt 755 0 0 +nod /dev/console 644 0 0 c 5 1 +nod /dev/tty 660 0 0 c 5 0 +nod /dev/tty0 600 0 0 c 4 0 +nod /dev/sda 644 0 0 b 8 0 +nod /dev/sda1 644 0 0 b 8 1 +nod /dev/sda2 644 0 0 b 8 2 +nod /dev/sda3 644 0 0 b 8 3 +nod /dev/sda4 644 0 0 b 8 4 +nod /dev/null 644 0 0 c 1 3 +nod /dev/mapper/control 644 0 0 c 10 62 +nod /dev/urandom 644 0 0 c 1 9 +file /init ./cryptinit 755 0 0 |