From 36e9376517e8b20c08bcb877e18591430b573df9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 8 Feb 2013 23:11:15 +0100 Subject: Dropping theme package support, themes are either in the config tree or the embedded one from live-build is used. --- functions/defaults.sh | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'functions') 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) -- cgit v1.2.3