]> gitweb.morketsmerke.org Git - greenOS.git/commitdiff
Poprawienie nazwy generowanego obrazu płyty
authorxf0r3m <jakubstasinski@protonmail.com>
Tue, 5 Sep 2023 16:28:27 +0000 (18:28 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Tue, 5 Sep 2023 16:28:27 +0000 (18:28 +0200)
greenOS-build

index a1d465829e727523a40e04bf79d0e23df05aba08..afe64ecd4a347ff589891e43beffd872e3a3833e 100755 (executable)
@@ -146,5 +146,5 @@ if [ $? -eq 0 ]; then echo -e "[ ${GREEN}OK${ENDCOLOR} ]"; fi
 #Create iso image:
 cd $oldcwd;
 echo -n "Creating iso image...";
-xorriso as mkisofs -iso-level 3 -o "greenOS_${versionShort}_${arch2}.iso" -full-iso9660-filenames -volid "gOS${version}${arch2}" -isohybrid-mbr /usr/lib/ISOLINUX/isohdpfx.bin -eltorito-boot isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table --eltorito-catalog isolinux/isolinux.cat -eltorito-alt-boot -e /boot/grub/efiboot.img -no-emul-boot -isohybrid-gpt-basdat -append_partition 2 0xef ${HOME}/build/greenOS/${arch}/staging/boot/grub/efiboot.img ${HOME}/build/greenOS/${arch}/staging >> greenOS_build.log 2>&1;
+xorriso as mkisofs -iso-level 3 -o "greenOS_${version}_${arch2}.iso" -full-iso9660-filenames -volid "gOS${version}${arch2}" -isohybrid-mbr /usr/lib/ISOLINUX/isohdpfx.bin -eltorito-boot isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table --eltorito-catalog isolinux/isolinux.cat -eltorito-alt-boot -e /boot/grub/efiboot.img -no-emul-boot -isohybrid-gpt-basdat -append_partition 2 0xef ${HOME}/build/greenOS/${arch}/staging/boot/grub/efiboot.img ${HOME}/build/greenOS/${arch}/staging >> greenOS_build.log 2>&1;
 if [ $? -eq 0 ]; then echo -e "[ ${GREEN}OK${ENDCOLOR} ]"; fi