diff options
author | Colin Watson <cjwatson@ubuntu.com> | 2011-09-30 12:07:33 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-09-30 12:11:03 +0200 |
commit | e6140b821a6ceaccf7fa45201607e95d77c5b698 (patch) | |
tree | df5ebc9e01f1b055846f54d0af5527da05b4fedc /functions | |
parent | ab40254d0e9edfa2dd10b04aece0f5ac98cf0599 (diff) | |
download | vyos-live-build-e6140b821a6ceaccf7fa45201607e95d77c5b698.tar.gz vyos-live-build-e6140b821a6ceaccf7fa45201607e95d77c5b698.zip |
Defaulting to ubuntu-oneiric syslinux theme on Ubuntu.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 21a041233..6f86bd27c 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -1138,6 +1138,10 @@ Set_defaults () LB_SYSLINUX_THEME="${LB_SYSLINUX_THEME:-progress-standard}" ;; + ubuntu) + LB_SYSLINUX_THEME="${LB_SYSLINUX_THEME:-ubuntu-oneiric}" + ;; + *) LB_SYSLINUX_THEME="${LB_SYSLINUX_THEME:-debian-squeeze}" ;; |