Skip to content

Instantly share code, notes, and snippets.

@ljjjustin
Created September 13, 2018 04:04
Show Gist options
  • Save ljjjustin/7162746200a002875b9956c8801ea304 to your computer and use it in GitHub Desktop.
Save ljjjustin/7162746200a002875b9956c8801ea304 to your computer and use it in GitHub Desktop.
make bootable centos
#!/bin/bash
mkisofs -joliet-long -R -T -v \
-V CentOS \
-b isolinux/isolinux.bin \
-c isolinux/boot.cat \
-no-emul-boot \
-boot-info-table \
-o centos-bootable.iso iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment