Advertisement
Guest User

Untitled

a guest
May 28th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. xorriso \
  2. -as mkisofs \
  3. -iso-level 3 \
  4. -full-iso9660-filenames \
  5. -volid "CUSTOM" \
  6. --grub2-boot-info \
  7. --grub2-mbr /usr/lib/grub/i386-pc/boot_hybrid.img \
  8. -eltorito-boot \
  9. boot/grub/bios.img \
  10. -no-emul-boot \
  11. -boot-load-size 4 \
  12. -boot-info-table \
  13. --eltorito-catalog boot/grub/boot.cat \
  14. -output "${HOME}/LIVE_BOOT/live.iso" \
  15. -graft-points \
  16. "${HOME}/LIVE_BOOT/image" \
  17. /boot/grub/bios.img=$HOME/LIVE_BOOT/scratch/bios.img
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement