From 63767b293d1d7cfad47d8584a9cf257a2ddfc40d Mon Sep 17 00:00:00 2001 From: simono41 Date: Tue, 17 Jul 2018 17:13:41 +0200 Subject: [PATCH] fix --- arch-install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch-install b/arch-install index 6a3a7a4..f2d3288 100755 --- a/arch-install +++ b/arch-install @@ -997,12 +997,12 @@ function abfrage() { if [ "y" == "windualboot" ]; then bootpartitionnummer=${m2ssd}1 - efipartitionnummer=${m2ssd}1 + efipartitionnummer=${m2ssd}2 if [ "${swap}" != "n" ]; then - swappartitionnummer=${m2ssd}3 - rootpartitionnummer=${m2ssd}4 + swappartitionnummer=${m2ssd}5 + rootpartitionnummer=${m2ssd}6 else - rootpartitionnummer=${m2ssd}3 + rootpartitionnummer=${m2ssd}5 fi elif [ "y" == "dualboot" ]; then bootpartitionnummer=${m2ssd}1