From fd2e239c1c6c521c22e92146eee9b3cfb2527419 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 4 Jan 2022 12:01:47 -0300 Subject: [PATCH] Use MB in autoPart() --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7a69fea..5444a40 100755 --- a/install.sh +++ b/install.sh @@ -142,7 +142,7 @@ autoPart() { sgdisk $disk -n=1:0:+300M -t=1:ef00 2>&1 | debug if [ -n "$swapPart" ]; then - sgdisk $disk -n=2:0:+${size}G -t=2:8200 2>&1 | debug + sgdisk $disk -n=2:0:+${size}M -t=2:8200 2>&1 | debug sgdisk $disk -n=3:0:0 2>&1 | debug else sgdisk $disk -n=2:0:0 2>&1 | debug