mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 07:46:37 +08:00
3 lines
245 B
Bash
3 lines
245 B
Bash
#!/bin/bash
|
|
genisoimage -r -loliet-long -V GXDE -o gxde.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -R -J -v -cache-inodes -T -eltorito-alt-boot -b boot/grub/efi.img -no-emul-boot ISO-temp/
|