Advertisement
Carsten_Milkau

gen_initramfs_list.sh input

Jun 20th, 2016
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. # base system
  2. dir /dev 755 0 0
  3. dir /dev/md 755 0 0
  4. nod /dev/console 600 0 0 c 5 1
  5. nod /dev/sdb 600 0 0 b 8 16
  6. nod /dev/sdc 600 0 0 b 8 32
  7.  
  8. dir /etc 755 0 0
  9.  
  10. dir /lib64 755 0 0
  11. file /lib64/libc.so.6 /lib64/libc.so.6 755 0 0
  12. file /lib64/libgcc_s.so.1 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/libgcc_s.so.1 755 0 0
  13. file /lib64/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2 755 0 0
  14.  
  15. dir /proc 755 0 0
  16. dir /root 700 0 0
  17. dir /run 755 0 0
  18. dir /sbin 755 0 0
  19. dir /sys 755 0 0
  20.  
  21. # init
  22. dir /mnt 700 0 0
  23. file /init /usr/src/initramfs/init 755 0 0
  24. file /sbin/switch_root /sbin/switch_root 755 0 0
  25.  
  26. # mdadm
  27. file /sbin/mdadm /sbin/mdadm 755 0 0
  28. file /sbin/mdmon /sbin/mdmon 755 0 0
  29. file /lib64/libpthread.so.0 /lib64/libpthread.so.0 755 0 0
  30. file /etc/mdadm.conf /etc/mdadm.conf 644 0 0
  31. dir /run/mdadm 755 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement