From f9272d86c6e0911700b6db21e1cdcf8b9c26645f Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Tue, 5 Sep 2023 18:28:27 +0200 Subject: [PATCH] =?utf8?q?Poprawienie=20nazwy=20generowanego=20obrazu=20p?= =?utf8?q?=C5=82yty?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- greenOS-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5