diff --git a/arch-install b/arch-install index 62b975d..39c1e79 100755 --- a/arch-install +++ b/arch-install @@ -11,7 +11,7 @@ user="user1" hostname="$(cat /etc/hostname)" [[ -z "${version}" ]] && version="${hostname#*-}" -#fastinstall arch-install fastinstall ${version} ${name} ${Partition} ${device} ${dateisystem} ${swap} ${swapspeicher} ${swapverschluesselung} ${offline} ${autodiskdevice} ${autostart} ${extraparameter} +#fastinstall arch-install fastinstall ${name} ${Partition} ${boot} ${device} ${dateisystem} ${raid} ${swap} ${swapspeicher} ${swapverschluesselung} ${offline} ${autodisk} ${autodiskdevice} ${autostart} ${verschluesselung} ${usbkey} ${usbkeydevice} ${x11vnc} ${extraparameter} @@ -873,6 +873,10 @@ function abfrage() { [[ -z "${autostart}" ]] && autostart=n + [[ -z "${usbkeydevice}" ]] && usbkeydevice=/dev/sdb1 + + [[ -z "${autodiskdevice}" ]] && autodiskdevice=/dev/sdb1 + if [ "${offline}" != "n" ] then install="offline"