diff options
author | Daniel Baumann <daniel@debian.org> | 2010-12-14 19:52:35 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:32 +0100 |
commit | b05af6055efe7ef2b3a577416928f8393e3917a4 (patch) | |
tree | 7b88612192555f54e7cd051e5ce99eb87dc5a7ba /functions | |
parent | 4d3637228a73ec2a12da8b109c401fd5e7da1ed4 (diff) | |
download | vyos-live-build-b05af6055efe7ef2b3a577416928f8393e3917a4.tar.gz vyos-live-build-b05af6055efe7ef2b3a577416928f8393e3917a4.zip |
Disabling inclusion of GUI installer images on ubuntu.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index aee2a3c06..d9bad55ac 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -880,19 +880,6 @@ Set_defaults () LB_DEBIAN_INSTALLER_GUI="${LB_DEBIAN_INSTALLER_GUI:-true}" ;; - ubuntu) - case "${LB_DEBIAN_INSTALLER_DISTRIBUTION}" in - karmic) - # Not available for Karmic currently. - LB_DEBIAN_INSTALLER_GUI="${LB_DEBIAN_INSTALLER_GUI:-false}" - ;; - - *) - LB_DEBIAN_INSTALLER_GUI="${LB_DEBIAN_INSTALLER_GUI:-true}" - ;; - esac - ;; - *) LB_DEBIAN_INSTALLER_GUI="${LB_DEBIAN_INSTALLER_GUI:-false}" ;; |