From 4ac07048eff41a9eeeaab5928e5ae341c82c6762 Mon Sep 17 00:00:00 2001 From: SilentWind <62919083+mofeng-git@users.noreply.github.com> Date: Fri, 19 Sep 2025 19:12:19 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E6=89=A9=E5=B1=95=E7=A7=81=E5=AE=B6?= =?UTF-8?q?=E4=BA=91=E4=BA=8C=E4=BB=A3=E9=95=9C=E5=83=8F=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/functions/devices.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/functions/devices.sh b/build/functions/devices.sh index 3b872a72..a2fc5b9b 100755 --- a/build/functions/devices.sh +++ b/build/functions/devices.sh @@ -69,7 +69,7 @@ cumebox2_rootfs() { local source_image="$SRCPATH/image/cumebox2/Armbian_24.8.1_Khadas-vim1_bookworm_current_6.6.47_minimal.img" local target_image="$TMPDIR/rootfs.img" local offset=$((8192 * 512)) - local add_size_mb=600 + local add_size_mb=900 echo "信息:准备 Cumebox2 Rootfs..." ensure_dir "$TMPDIR"