Created
September 13, 2018 04:04
-
-
Save ljjjustin/7162746200a002875b9956c8801ea304 to your computer and use it in GitHub Desktop.
make bootable centos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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