From ae3bd2630bdb12401cafe831ef027f580d9b34ba Mon Sep 17 00:00:00 2001 From: simono41 Date: Sat, 11 Nov 2017 01:55:39 +0100 Subject: [PATCH] fix --- Simon-OS/arch-install | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Simon-OS/arch-install b/Simon-OS/arch-install index 09f56e8..60d58e6 100755 --- a/Simon-OS/arch-install +++ b/Simon-OS/arch-install @@ -36,6 +36,7 @@ function secureumount() { do umount ${mountpoint}${wort} done + umount ${mountpoint} umount /mnt/btrfs-root #umount -R /mnt fi @@ -737,10 +738,10 @@ then echo "Partioniere in GPT" if [ "${swap}" != "n" ]; then -echo "Erstelle zustzliche swap-partition" -partionierenmitswap + echo "Erstelle zustzliche swap-partition" + partionierenmitswap else -partionierenohneswap + partionierenohneswap fi echo "installation" installation @@ -753,22 +754,22 @@ EOT echo "" if [ "${boot}" == "grub" ] then -arch-chroot ${mountpoint} /bin/bash <