Skip to content

Instantly share code, notes, and snippets.

@neofob
Created February 7, 2025 16:04
Show Gist options
  • Select an option

  • Save neofob/f01ad7e33b93f2c4e6095f65a9179fae to your computer and use it in GitHub Desktop.

Select an option

Save neofob/f01ad7e33b93f2c4e6095f65a9179fae to your computer and use it in GitHub Desktop.

Revisions

  1. neofob renamed this gist Feb 7, 2025. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. neofob created this gist Feb 7, 2025.
    3 changes: 3 additions & 0 deletions gistfile1.txt
    Original 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 .
    ```