aboutsummaryrefslogtreecommitdiff
path: root/release/riscv
diff options
context:
space:
mode:
authorMike Karels <karels@FreeBSD.org>2024-01-14 17:01:19 +0000
committerMike Karels <karels@FreeBSD.org>2024-01-15 13:28:53 +0000
commit6137b5f7b8c183ee8806d79b3f1d8e5e3ddb3df3 (patch)
tree8868c37b5b002e2810ada8b6eb1a275aace7a20f /release/riscv
parent3f9a6e0b85d418b49b3a3b859b9992e407cb66d5 (diff)
downloadsrc-6137b5f7b8c183ee8806d79b3f1d8e5e3ddb3df3.tar.gz
src-6137b5f7b8c183ee8806d79b3f1d8e5e3ddb3df3.zip
Increase the size of riscv GENERICSD images to 6 GB
The stable/13 snapshot this week failed to build the riscv GENERICSD image because it ran out of space. Checking main and stable/14 snapshots, they are also low on space, around 100% or more of capacity. Increase them all from 5 GB to 6 GB. Note, this is the only riscv image configuration. Discussed with: cperciva
Diffstat (limited to 'release/riscv')
-rw-r--r--release/riscv/GENERICSD.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/riscv/GENERICSD.conf b/release/riscv/GENERICSD.conf
index d0b1ee32743c..7bd58bc9f97b 100644
--- a/release/riscv/GENERICSD.conf
+++ b/release/riscv/GENERICSD.conf
@@ -7,7 +7,7 @@ EMBEDDED_TARGET="riscv"
EMBEDDEDBUILD=1
FAT_SIZE="54m -b 8m"
FAT_TYPE="16"
-IMAGE_SIZE="5120M"
+IMAGE_SIZE="6144M"
KERNEL="GENERIC"
MD_ARGS="-x 63 -y 255"
PART_SCHEME="GPT"