Defaulting to ubuntu-oneiric syslinux theme on Ubuntu.

This commit is contained in:
Colin Watson 2011-09-30 12:07:33 +02:00 committed by Daniel Baumann
parent ab40254d0e
commit e6140b821a
1 changed files with 4 additions and 0 deletions

View File

@ -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}"
;;