remove testing hack during network bootloader installation

This commit is contained in:
Tobias Powalowski 2013-10-19 08:23:26 +02:00
parent c134542804
commit b89428e61f

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
f#!/usr/bin/env bash
# we rely on some output which is parsed in english!
unset LANG
ANSWER="/tmp/.setup"
@ -5038,13 +5038,7 @@ install_bootloader() {
set_device_name_scheme || return 1
fi
source_set || return 1
### HACK: Always enable TESTING for bootloaders, until syslinux will finally move to core,
# due to PXE boot bug for archiso
DOTESTING_OFF=""
[[ "${DOTESTING}" = "" ]] && DOTESTING_OFF="1"
[[ "${MODE}" = "network" ]] && DOTESTING="yes"
pacman_conf
[[ "${DOTESTING_OFF}" = "1" ]] && DOTESTING=""
prepare_pacman
CANCEL=""