Skip to content

Instantly share code, notes, and snippets.

@neofob
Created February 7, 2025 16:04
Show Gist options
  • Save neofob/f01ad7e33b93f2c4e6095f65a9179fae to your computer and use it in GitHub Desktop.
Save neofob/f01ad7e33b93f2c4e6095f65a9179fae to your computer and use it in GitHub Desktop.
mkisofs.md
mkisofs -U -A "Custom OS" -V "Custom OS" -volset "Custom OS" -J -joliet-long -r -v -T -x ./lost+found  -x ./.git -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e images/efiboot.img -no-emul-boot -allow-limited-size -o /tmp/CustomOS.iso .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment