diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-27 11:14:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-27 11:14:05 +0200 |
commit | 837188c702e62f8f9a0fd36d10c3b19685ffd851 (patch) | |
tree | 8991d8966d3a82fd75694244d89edcb5de6ce1cb /package/cryptinit/files/initramfs_list | |
parent | 71bb2494ff48192c10c345062f2e0d051fe9109e (diff) |
reimplement cryptinit as shell script
Diffstat (limited to 'package/cryptinit/files/initramfs_list')
-rw-r--r-- | package/cryptinit/files/initramfs_list | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/package/cryptinit/files/initramfs_list b/package/cryptinit/files/initramfs_list deleted file mode 100644 index caa30ece3..000000000 --- a/package/cryptinit/files/initramfs_list +++ /dev/null @@ -1,17 +0,0 @@ -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 |