summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2013-02-08 23:11:15 +0100
committerDaniel Baumann <daniel@debian.org>2013-02-08 23:11:15 +0100
commit36e9376517e8b20c08bcb877e18591430b573df9 (patch)
treea5ce9e1addae20a791fcafff68e76b4d139201f5 /functions
parentcfb9b190e1631f7ea7e5f179977c6a0a680408df (diff)
downloadvyos-live-build-36e9376517e8b20c08bcb877e18591430b573df9.tar.gz
vyos-live-build-36e9376517e8b20c08bcb877e18591430b573df9.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 28bb0a987..d3a7a653f 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -1141,21 +1141,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)