Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #10 from Lorgne/issue#5_support_install_with_UEFI_…
Browse files Browse the repository at this point in the history
…bios

Create a bootable ISO for BIOS and UEFI
  • Loading branch information
schakrava authored Dec 11, 2016
2 parents bc4ba80 + 967eeb6 commit a0c3100
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion iso_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

createrepo -g repodata/c7-x86_64-comps.xml /tmp/vanilla/

mkisofs -o /tmp/Rockstor-3.8-0.iso -b isolinux/isolinux.bin -c isolinux/boot.cat --no-emul-boot --boot-load-size 4 --boot-info-table -r -R -J -v -T -V "Rockstor 3 x86_64" /tmp/vanilla
mkisofs -U -A "Rockstor-3.8-0" -V "Rockstor 3 x86_64" \
-volset "Rockstor-3.8-0" -J -joliet-long -r -v -T -x ./lost+found \
-o /tmp/Rockstor-3.8-0.iso \
-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 /tmp/vanilla/

isohybrid /tmp/Rockstor-3.8-0.iso
implantisomd5 /tmp/Rockstor-3.8-0.iso
Expand Down

0 comments on commit a0c3100

Please sign in to comment.