summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2024-01-17 01:40:02 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2024-01-17 01:40:02 +0100
commit171ce8bc759f7686e841a89764db934ebba915c5 (patch)
tree49816098c531a60fcc5ed63b2fd5377da37839f4
parentfd56ce940e6d8b26b3b884f13420db4fb913eb3f (diff)
downloadbin-171ce8bc759f7686e841a89764db934ebba915c5.zip
bin-171ce8bc759f7686e841a89764db934ebba915c5.tar.gz
arch-setup : boot 256M -> 512M
-rwxr-xr-xarch-install/arch-setup-0.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-install/arch-setup-0.sh b/arch-install/arch-setup-0.sh
index 82135cf..ea9dc3c 100755
--- a/arch-install/arch-setup-0.sh
+++ b/arch-install/arch-setup-0.sh
@@ -26,7 +26,7 @@ echo "UEFI VARS : $VARS"
# N sectors * 512 / 1024 / 1024 / 1024 -> Gb
say "SGDISK : $DEV"
sgdisk -og $DEV || exit 1
-sgdisk -n 1::+256M -c 1:efi -t 1:ef02 $DEV || exit 1
+sgdisk -n 1::+512M -c 1:efi -t 1:ef02 $DEV || exit 1
sgdisk -n 2::+100G -c 2:rootfs -t 2:8300 $DEV || exit 1
sgdisk -n 3:: -c 3:homefs -t 3:8300 $DEV || exit 1
#sgdisk -n 3:209979392:976773168 -c 3:homefs -t 3:8300 $DEV || exit 1