Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 13:30:19 GMT
From:      Mike Karels <karels@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 9895c3a22783 - stable/14 - Increase the size of riscv GENERICSD images to 6 GB
Message-ID:  <202401151330.40FDUJkN018003@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by karels:

URL: https://cgit.FreeBSD.org/src/commit/?id=9895c3a22783e30711962c668a052283b7aa0729

commit 9895c3a22783e30711962c668a052283b7aa0729
Author:     Mike Karels <karels@FreeBSD.org>
AuthorDate: 2024-01-14 17:01:19 +0000
Commit:     Mike Karels <karels@FreeBSD.org>
CommitDate: 2024-01-15 13:29:35 +0000

    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
    
    (cherry picked from commit 6137b5f7b8c183ee8806d79b3f1d8e5e3ddb3df3)
---
 release/riscv/GENERICSD.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401151330.40FDUJkN018003>