Adding ubuntu lucid for grub-mkimage legacy handling in lb_binary_iso.

This commit is contained in:
Daniel Baumann 2011-01-17 10:06:29 +01:00
parent 251b0ae47f
commit 1d97631522
1 changed files with 1 additions and 1 deletions
scripts/build

View File

@ -157,7 +157,7 @@ if [ "${LB_BOOTLOADER}" = "grub2" ]
then
case "${LB_DISTRIBUTION}" in
lenny)
lenny|lucid)
GRUB_MKIMAGE_OPTIONS=""
;;