From bf89b381613c35ba79edd4888adeaabaf604e6b1 Mon Sep 17 00:00:00 2001 From: simono41 Date: Tue, 17 Jul 2018 17:35:42 +0200 Subject: [PATCH] fix --- arch-install | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/arch-install b/arch-install index db11244..a83c9e6 100755 --- a/arch-install +++ b/arch-install @@ -994,6 +994,25 @@ function abfrage() { m2ssd=p fi + echo "Zusatzparameter" + if [ "${windualboot}" == "y" ]; then + echo "Windows Dualboot: ${windualboot}" + export skipbootpartition="y" + fi + if [ "${dualboot}" == "y" ]; then + echo "SpectreOS Dualboot: ${dualboot}" + export skipbootpartition="y" + fi + if [ "${skipbootpartition}" == "y" ]; then + echo "Überspringe Formatieren der Boot Partition: ${skipbootpartition}" + fi + if [ "${debug}" == "y" ]; then + echo "Debug Menü: ${debug}" + fi + if [ "${noinstall}" == "y" ]; then + echo "Keine Installation: ${noinstall}" + fi + if [ "y" == "windualboot" ]; then bootpartitionnummer=${m2ssd}1 efipartitionnummer=${m2ssd}2