From bcbea39fa8ec6aae725af72290574abd144f1e09 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Fri, 3 Nov 2023 23:46:39 +0800 Subject: [PATCH] =?UTF-8?q?core:=20=E4=BF=AE=E5=A4=8D=20nvme=20=E7=A1=AC?= =?UTF-8?q?=E7=9B=98=E4=B8=8B=E5=AE=89=E8=A3=85=20gentoo=20=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= 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 48c5122..65522e1 100644 --- a/trans.sh +++ b/trans.sh @@ -1462,8 +1462,8 @@ resize_after_install_cloud_image() { if [ "$distro" = gentoo ]; then apk add e2fsprogs-extra - e2fsck -p -f /dev/$xda$system_part_num - resize2fs /dev/$xda$system_part_num + e2fsck -p -f /dev/$xda*$system_part_num + resize2fs /dev/$xda*$system_part_num fi fi fi