This commit is contained in:
simono41 2018-04-23 14:53:37 +02:00
parent f3dc90ba94
commit 3309515568
2 changed files with 4 additions and 4 deletions

View file

@ -357,7 +357,7 @@ then
standartinstallation
if [ "${version}" == "voll" ]; then
/opt/${repo}/strap.sh
pacman -Syu blackarch --needed --noconfirm
pacman -Syu blackarch --needed --noconfirm --ignore wssip
fi
fi
checkend

View file

@ -430,7 +430,7 @@ if [ "${filesystem}" == "y" ]; then
fi
fi
if [ "${makeimage}" == "skip" ]; then
if [ "${makeimage}" == "y" ]; then
# System-image
@ -438,7 +438,7 @@ if [ "${makeimage}" == "skip" ]; then
fi
if [ "${makebios}" == "skip" ]; then
if [ "${makebios}" == "y" ]; then
# BIOS
BIOS
@ -448,7 +448,7 @@ BIOS
UEFI
fi
if [ "${makeiso}" != "skip" ]; then
if [ "${makeiso}" == "y" ]; then
# MAKEISO
makeiso