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
|
||||
if [ "${version}" == "voll" ]; then
|
||||
/opt/${repo}/strap.sh
|
||||
pacman -Syu blackarch --needed --noconfirm
|
||||
pacman -Syu blackarch --needed --noconfirm --ignore wssip
|
||||
fi
|
||||
fi
|
||||
checkend
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue