new-features

This commit is contained in:
simono41 2018-07-31 08:13:07 +02:00
parent 83adc14988
commit d4544c99e5

View file

@ -11,7 +11,7 @@ user="user1"
hostname="$(cat /etc/hostname)" hostname="$(cat /etc/hostname)"
[[ -z "${version}" ]] && version="${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 "${autostart}" ]] && autostart=n
[[ -z "${usbkeydevice}" ]] && usbkeydevice=/dev/sdb1
[[ -z "${autodiskdevice}" ]] && autodiskdevice=/dev/sdb1
if [ "${offline}" != "n" ] if [ "${offline}" != "n" ]
then then
install="offline" install="offline"