Setting debian-installer-gui default to false for squeeze and sid.

This commit is contained in:
Daniel Baumann 2010-03-06 18:23:34 +01:00
parent f8ca191ca2
commit e46839de53
1 changed files with 9 additions and 1 deletions

View File

@ -804,7 +804,15 @@ Set_defaults ()
# Setting debian-installer-gui # Setting debian-installer-gui
case "${LH_MODE}" in case "${LH_MODE}" in
debian) debian)
LH_DEBIAN_INSTALLER_GUI="${LH_DEBIAN_INSTALLER_GUI:-true}" case "${LH_DISTRIBUTION}" in
squeeze|sid)
LH_DEBIAN_INSTALLER_GUI="${LH_DEBIAN_INSTALLER_GUI:-false}"
;;
*)
LH_DEBIAN_INSTALLER_GUI="${LH_DEBIAN_INSTALLER_GUI:-true}"
;;
esac
;; ;;
ubuntu) ubuntu)