fix
This commit is contained in:
parent
f3dc90ba94
commit
3309515568
2 changed files with 4 additions and 4 deletions
|
@ -357,7 +357,7 @@ then
|
||||||
standartinstallation
|
standartinstallation
|
||||||
if [ "${version}" == "voll" ]; then
|
if [ "${version}" == "voll" ]; then
|
||||||
/opt/${repo}/strap.sh
|
/opt/${repo}/strap.sh
|
||||||
pacman -Syu blackarch --needed --noconfirm
|
pacman -Syu blackarch --needed --noconfirm --ignore wssip
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
checkend
|
checkend
|
||||||
|
|
|
@ -430,7 +430,7 @@ if [ "${filesystem}" == "y" ]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${makeimage}" == "skip" ]; then
|
if [ "${makeimage}" == "y" ]; then
|
||||||
|
|
||||||
# System-image
|
# System-image
|
||||||
|
|
||||||
|
@ -438,7 +438,7 @@ if [ "${makeimage}" == "skip" ]; then
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${makebios}" == "skip" ]; then
|
if [ "${makebios}" == "y" ]; then
|
||||||
# BIOS
|
# BIOS
|
||||||
|
|
||||||
BIOS
|
BIOS
|
||||||
|
@ -448,7 +448,7 @@ BIOS
|
||||||
UEFI
|
UEFI
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${makeiso}" != "skip" ]; then
|
if [ "${makeiso}" == "y" ]; then
|
||||||
# MAKEISO
|
# MAKEISO
|
||||||
|
|
||||||
makeiso
|
makeiso
|
||||||
|
|
Loading…
Reference in a new issue