BuildSystem: Optimize disk image creation

disk image is now created with rsync so there is no need for copying the
whole sysroot twice.
This commit is contained in:
2025-08-01 22:52:56 +03:00
parent d8a695a88d
commit 11a2d15003
3 changed files with 36 additions and 17 deletions

View File

@@ -20,7 +20,8 @@ export BANAN_BUILD_DIR="$BANAN_ROOT_DIR/build"
export BANAN_PORT_DIR="$BANAN_ROOT_DIR/ports"
export BANAN_SYSROOT="$BANAN_BUILD_DIR/sysroot"
export BANAN_SYSROOT_TAR="$BANAN_SYSROOT.tar"
export BANAN_FAKEROOT="$BANAN_BUILD_DIR/fakeroot-context"
export BANAN_DISK_IMAGE_PATH="$BANAN_BUILD_DIR/banan-os.img"