From 83adc14988e407d9eec7875458eae0bdcaf6da9d Mon Sep 17 00:00:00 2001 From: simono41 Date: Tue, 31 Jul 2018 08:05:56 +0200 Subject: [PATCH] fix --- arch-install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch-install b/arch-install index f812a69..62b975d 100755 --- a/arch-install +++ b/arch-install @@ -863,6 +863,8 @@ function abfrage() { [[ -z "${device}" ]] && device=/dev/sda + [[ -z "${raid}" ]] && raid=n + [[ -z "${dateisystem}" ]] && dateisystem=btrfs [[ -z "${swapspeicher}" ]] && swapspeicher=8G