From 0dc6fd7c8173ff31c7994d723639625a36e078f4 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Sat, 22 Jul 2023 22:03:23 +0800 Subject: [PATCH] =?UTF-8?q?core:=20=E5=B0=86=20cloud=20image=20=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E5=AD=98=E6=94=BE=E5=88=86=E5=8C=BA=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=202G?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trans.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trans.sh b/trans.sh index d21a719..e3f2f7d 100644 --- a/trans.sh +++ b/trans.sh @@ -330,8 +330,8 @@ if [ "$distro" = windows ]; then elif is_use_cloud_image; then parted /dev/$xda -s -- \ mklabel gpt \ - mkpart '" "' ext4 1MiB -1GiB \ - mkpart '" "' ext4 -1GiB 100% + mkpart '" "' ext4 1MiB -2GiB \ + mkpart '" "' ext4 -2GiB 100% update_part /dev/$xda mkfs.ext4 -F -L os /dev/$xda*1 #1 os mkfs.ext4 -F -L installer /dev/$xda*2 #2 installer