BuildSystem: Add option to generate an ISO file

This creates ISO file with compressed initrd and grub files that can be
live booted easily
This commit is contained in:
2026-08-19 21:32:36 +03:00
parent 8f4db57ed8
commit 2c66de888f
3 changed files with 54 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ export BANAN_SYSROOT="$BANAN_BUILD_DIR/sysroot"
export BANAN_FAKEROOT="$BANAN_BUILD_DIR/fakeroot-context"
export BANAN_DISK_IMAGE_PATH="$BANAN_BUILD_DIR/banan-os.img"
export BANAN_ISO_PATH="$BANAN_BUILD_DIR/banan-os.iso"
if [[ -z $BANAN_UEFI_BOOT ]]; then
export BANAN_UEFI_BOOT=0