diff options
Diffstat (limited to 'Technology/Gentoo/initramfs_list.md')
| -rw-r--r-- | Technology/Gentoo/initramfs_list.md | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/Technology/Gentoo/initramfs_list.md b/Technology/Gentoo/initramfs_list.md deleted file mode 100644 index a4c21a7..0000000 --- a/Technology/Gentoo/initramfs_list.md +++ /dev/null @@ -1,37 +0,0 @@ -# directory structure -dir /proc 755 0 0 -dir /usr 755 0 0 -dir /bin 755 0 0 -dir /sys 755 0 0 -dir /var 755 0 0 -#dir /lib 755 0 0 -dir /sbin 755 0 0 -dir /lib64 755 0 0 -#dir /lib32 755 0 0 -dir /mnt 755 0 0 -dir /mnt/root 755 0 0 -dir /etc 755 0 0 -dir /root 700 0 0 -dir /dev 755 0 0 - -# busybox -file /bin/busybox /bin/busybox 755 0 0 - -# libraries required by /sbin/fsck.ext4 and /sbin/fsck -file /lib64/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2 755 0 0 -file /lib64/libext2fs.so.2 /lib64/libext2fs.so.2 755 0 0 -file /lib64/libcom_err.so.2 /lib64/libcom_err.so.2 755 0 0 -file /lib64/libpthread.so.0 /lib64/libpthread.so.0 755 0 0 -file /lib64/libblkid.so.1 /lib64/libblkid.so.1 755 0 0 -file /lib64/libuuid.so.1 /lib64/libuuid.so.1 755 0 0 -file /lib64/libe2p.so.2 /lib64/libe2p.so.2 755 0 0 -file /lib64/libc.so.6 /lib64/libc.so.6 755 0 0 -file /lib64/libmount.so.1 /lib64/libmount.so.1 755 0 0 - -file /sbin/fsck /sbin/fsck 755 0 0 -file /sbin/fsck.ext4 /sbin/fsck.ext4 755 0 0 - -# init script -file /init /usr/src/initramfs/init 755 0 0 - -nod /dev/console 0600 0 0 c 5 1 |
