summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2013-02-08 23:11:15 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 14:50:05 +0200
commit516cf8299f1a2f590ad90a10cd2d991c230262e3 (patch)
tree961f9f1d3b1435828b21c4735cdc5d82cc24204e /functions
parent0290d0be6b7f22d838009d7c72f668412830c343 (diff)
downloadvyos-live-build-516cf8299f1a2f590ad90a10cd2d991c230262e3.tar.gz
vyos-live-build-516cf8299f1a2f590ad90a10cd2d991c230262e3.zip
Dropping theme package support, themes are either in the config tree or the embedded one from live-build is used.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 8b1b482ea..4a820bee2 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -1126,21 +1126,6 @@ Set_defaults ()
# Setting net tarball
LB_NET_TARBALL="${LB_NET_TARBALL:-true}"
- # Setting syslinux theme package
- case "${LB_MODE}" in
- progress-linux)
- LB_SYSLINUX_THEME="${LB_SYSLINUX_THEME:-progress-standard}"
- ;;
-
- ubuntu)
- LB_SYSLINUX_THEME="${LB_SYSLINUX_THEME:-ubuntu-oneiric}"
- ;;
-
- *)
- LB_SYSLINUX_THEME="${LB_SYSLINUX_THEME:-live-build}"
- ;;
- esac
-
# Setting firmware option
case "${LB_MODE}" in
ubuntu)