From f377f19637e6ec816e2bf9d12337795da886737e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 14 Dec 2020 12:11:12 +0100 Subject: [PATCH] Resize arch boot partition --- install_scripts/ares.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_scripts/ares.sh b/install_scripts/ares.sh index cccf281..7c86ec0 100755 --- a/install_scripts/ares.sh +++ b/install_scripts/ares.sh @@ -29,7 +29,7 @@ sed -e 's/\s*\([^#]*\).*/\1/' << EOF | sfdisk ${DEVICE} device: ${DEVICE} ${DEVICE}1 : name=uefi , size=512M , type=uefi - ${DEVICE}2 : name=boot , size=200M , type=linux + ${DEVICE}2 : name=boot , size=512M , type=linux ${DEVICE}3 : name=cryptpart , type=linux EOF