From: xf0r3m Date: Tue, 5 Sep 2023 16:28:27 +0000 (+0200) Subject: Poprawienie nazwy generowanego obrazu płyty X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=f9272d86c6e0911700b6db21e1cdcf8b9c26645f;p=greenOS.git Poprawienie nazwy generowanego obrazu płyty --- diff --git a/greenOS-build b/greenOS-build index a1d4658..afe64ec 100755 --- a/greenOS-build +++ b/greenOS-build @@ -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