From c671ae454b2d747859a2cb20d47b0b49001238b8 Mon Sep 17 00:00:00 2001 From: simono41 Date: Tue, 17 Jul 2018 22:50:59 +0200 Subject: [PATCH] fix --- arch-install | 1 + 1 file changed, 1 insertion(+) diff --git a/arch-install b/arch-install index 92eb6d7..935701a 100755 --- a/arch-install +++ b/arch-install @@ -169,6 +169,7 @@ function partitionieredual() { if blkid -s PARTUUID -o value ${device}${rootpartitionnummer}; then echo "entferne partition ${device}${rootpartitionnummer}" sleep 10 + #parted -s ${device} rm ${rootpartitionnummer} sgdisk -d ${rootpartitionnummer} ${device} sleep 2 sync