Created
November 29, 2015 06:12
-
-
Save mochja/40d2eedaba55ce99149f to your computer and use it in GitHub Desktop.
mk only efi iso
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
xorriso -as mkisofs -R -f \ | |
-full-iso9660-filenames \ | |
-e EFI/BOOT/efiboot.img \ | |
-no-emul-boot \ | |
-output "./efi.iso" "/tmp/ram/efi" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment