Guest User

Untitled

a guest
Mar 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. # Chain to real filesystem
  2. exec run-init ${rootmnt} ${init} "$@" ${recovery:+--startup-event=recovery} <${rootmnt}/dev/console >${rootmnt}/dev/console 2>&1
  3. panic "Could not execute run-init."
  4.  
  5. #!/bin/sh
  6.  
  7. cp /boot/initrd* initrd.cpio.gz
  8. mkdir initrd
  9. cd initrd
  10. zcat ../initrd.cpio.gz | cpio -di
  11. find | grep run-init
  12. cd ..
Add Comment
Please, Sign In to add comment