From 9eaa60ac53b6e2b8d0f2428c6e5ef2c99ae48138 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 4 Feb 2024 00:28:30 -0700 Subject: [PATCH] d --- gentoo-gnome.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo-gnome.sh b/gentoo-gnome.sh index d170d5f..e98e5b7 100644 --- a/gentoo-gnome.sh +++ b/gentoo-gnome.sh @@ -465,7 +465,7 @@ btrfs-tweaks() { initialize-disk() { SWAP_SIZE=$(expr $(cat /proc/meminfo | head -1 | cut -d ':' -f2 | sed 's/ //g' | sed 's/kB//') / 1000 / 1000) echo "Test $SWAP_SIZE + $ROOT_PARTITION_SIZE" - SWAP_SIZE_END="$(expr $(expr $SWAP_SIZE + $ROOT_PARTITION_SIZE) / 1000)" + SWAP_SIZE_END="$(expr $SWAP_SIZE + $ROOT_PARTITION_SIZE)" echo "Start: $ROOT_PARTITION_SIZE END: $SWAP_SIZE_END" parted /dev/$HARD_DISK mklabel gpt parted -a optimal /dev/$HARD_DISK mkpart primary fat32 1MiB 200MiB