Adding ubuntu lucid for grub-mkimage legacy handling in lb_binary_iso.
This commit is contained in:
parent
251b0ae47f
commit
1d97631522
scripts/build
|
@ -157,7 +157,7 @@ if [ "${LB_BOOTLOADER}" = "grub2" ]
|
|||
then
|
||||
|
||||
case "${LB_DISTRIBUTION}" in
|
||||
lenny)
|
||||
lenny|lucid)
|
||||
GRUB_MKIMAGE_OPTIONS=""
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in New Issue