skipcheck
This commit is contained in:
parent
d4544c99e5
commit
0e14c7dd34
1 changed files with 2 additions and 2 deletions
|
@ -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 ${name} ${Partition} ${boot} ${device} ${dateisystem} ${raid} ${swap} ${swapspeicher} ${swapverschluesselung} ${offline} ${autodisk} ${autodiskdevice} ${autostart} ${verschluesselung} ${usbkey} ${usbkeydevice} ${x11vnc} ${extraparameter}
|
#fastinstall arch-install fastinstall ${name} ${Partition} ${boot} ${device} ${dateisystem} ${raid} ${swap} ${swapspeicher} ${swapverschluesselung} ${offline} ${autodisk} ${autodiskdevice} ${autostart} ${verschluesselung} ${usbkey} ${usbkeydevice} ${x11vnc} ${extraparameter} ${skipcheck}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1153,7 +1153,7 @@ function abfrage() {
|
||||||
echo "ROOT-Partition = ${device}${rootpartitionnummer}"
|
echo "ROOT-Partition = ${device}${rootpartitionnummer}"
|
||||||
|
|
||||||
#
|
#
|
||||||
if [ "skipcheck" != "y" ]; then
|
if [ "${skipcheck}" != "y" ]; then
|
||||||
read -p "Are all the details correct ?: [y/N] " sicherheitsabfrage
|
read -p "Are all the details correct ?: [y/N] " sicherheitsabfrage
|
||||||
if [ "$sicherheitsabfrage" != "y" ]
|
if [ "$sicherheitsabfrage" != "y" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue