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,8 +804,16 @@ Set_defaults ()
# Setting debian-installer-gui # Setting debian-installer-gui
case "${LH_MODE}" in case "${LH_MODE}" in
debian) debian)
case "${LH_DISTRIBUTION}" in
squeeze|sid)
LH_DEBIAN_INSTALLER_GUI="${LH_DEBIAN_INSTALLER_GUI:-false}"
;;
*)
LH_DEBIAN_INSTALLER_GUI="${LH_DEBIAN_INSTALLER_GUI:-true}" LH_DEBIAN_INSTALLER_GUI="${LH_DEBIAN_INSTALLER_GUI:-true}"
;; ;;
esac
;;
ubuntu) ubuntu)
case "${LH_DEBIAN_INSTALLER_DISTRIBUTION}" in case "${LH_DEBIAN_INSTALLER_DISTRIBUTION}" in