Setting debian-installer to false in all modes by default.

This commit is contained in:
Daniel Baumann 2012-12-31 23:59:12 +01:00
parent 4835bc52fe
commit 0fc826ab7e
1 changed files with 1 additions and 9 deletions

View File

@ -889,15 +889,7 @@ Set_defaults ()
LB_BUILD_WITH_TMPFS="${LB_BUILD_WITH_TMPFS:-false}"
# Setting debian-installer option
case "${LB_MODE}" in
progress-linux)
LB_DEBIAN_INSTALLER="${LB_DEBIAN_INSTALLER:-live}"
;;
*)
LB_DEBIAN_INSTALLER="${LB_DEBIAN_INSTALLER:-false}"
;;
esac
LB_DEBIAN_INSTALLER="${LB_DEBIAN_INSTALLER:-false}"
LB_DEBIAN_INSTALLER_DISTRIBUTION="${LB_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_DISTRIBUTION}}"