mirror of
https://codeberg.org/angestoepselt/imagestack.git
synced 2025-05-24 14:46:16 +00:00
14 lines
No EOL
263 B
Bash
Executable file
14 lines
No EOL
263 B
Bash
Executable file
cd source-files
|
|
|
|
xorriso -as mkisofs \
|
|
-o ../debian-angestoepselt.iso \
|
|
-c isolinux/boot.cat \
|
|
-b isolinux/isolinux.bin \
|
|
-no-emul-boot \
|
|
-boot-load-size 4 \
|
|
-boot-info-table \
|
|
-eltorito-alt-boot \
|
|
-e boot/grub/efi.img \
|
|
-no-emul-boot \
|
|
-isohybrid-gpt-basdat \
|
|
. |