diff options
author | Daniel Baumann <daniel@debian.org> | 2013-02-08 23:11:15 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:05 +0200 |
commit | 516cf8299f1a2f590ad90a10cd2d991c230262e3 (patch) | |
tree | 961f9f1d3b1435828b21c4735cdc5d82cc24204e /functions | |
parent | 0290d0be6b7f22d838009d7c72f668412830c343 (diff) | |
download | vyos-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-x | functions/defaults.sh | 15 |
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) |