Created
February 7, 2025 16:04
-
-
Save neofob/f01ad7e33b93f2c4e6095f65a9179fae to your computer and use it in GitHub Desktop.
Revisions
-
neofob renamed this gist
Feb 7, 2025 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
neofob created this gist
Feb 7, 2025 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ ```bash 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 . ```