aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/05-build-debian_deb12_amd64-ro-rescuezfs-jau.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/05-build-debian_deb12_amd64-ro-rescuezfs-jau.cfg')
-rw-r--r--scripts/05-build-debian_deb12_amd64-ro-rescuezfs-jau.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/05-build-debian_deb12_amd64-ro-rescuezfs-jau.cfg b/scripts/05-build-debian_deb12_amd64-ro-rescuezfs-jau.cfg
index 76d25b5..9f1ec21 100644
--- a/scripts/05-build-debian_deb12_amd64-ro-rescuezfs-jau.cfg
+++ b/scripts/05-build-debian_deb12_amd64-ro-rescuezfs-jau.cfg
@@ -2,6 +2,7 @@
export TARGET_RASPI="0"
export TARGET_ARCH="amd64"
+export GPT_BIOS_UEFI="1"
export RELEASE=bookworm
# export RELEASE=bullseye
@@ -9,6 +10,8 @@ export RELEASE=bookworm
# Produce a read-only rootfs
export ROOTFS_RO=1
# export REDUCED_FOOTPRINT=1
+# 4096MiB = 4GiB, but we keep 96MiB 'allowance' for sdcard inaccuracy to fit on 4GB
+export BASE_QCOW2_SIZE=4000M
export DEB_SERVER="http://deb.debian.org/debian"
# export DEB_SERVER="http://ftp.de.debian.org/debian"
@@ -16,7 +19,7 @@ export DEB_SERVER="http://deb.debian.org/debian"
export APT_PROXY=http://jordan:3142
export CUSTOM_NAME="DebAmd64RescueZfs"
-export CUSTOM_VERSION="1.4-ro"
+export CUSTOM_VERSION="1.5-ro"
export PI_GEN="pi-gen (zfs branch)"