summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-12-14 19:53:06 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:20:39 +0100
commitaad4e4804284bb5fbfda0328c4a83c25f53d3ed6 (patch)
tree5174ae2774b07cb0a92453e0fd3107bdb8c1c147 /functions
parentbd823ca5551b7e57b74170494b35b80c06dd391b (diff)
downloadvyos-live-build-aad4e4804284bb5fbfda0328c4a83c25f53d3ed6.tar.gz
vyos-live-build-aad4e4804284bb5fbfda0328c4a83c25f53d3ed6.zip
Disabling inclusion of GUI installer images on ubuntu.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index b16d992e7..8bad9e453 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -873,19 +873,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}"
;;