diff options
author | Daniel Baumann <daniel@debian.org> | 2011-01-17 10:06:29 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:33 +0100 |
commit | 1d97631522b76ce0f1933a7bd0bf222a511b823d (patch) | |
tree | de967b1bc963921d4d3b46a4f22610283b8c8fe0 /scripts | |
parent | 251b0ae47f1e9cd7e040bf5340ab6377a9023653 (diff) | |
download | vyos-live-build-1d97631522b76ce0f1933a7bd0bf222a511b823d.tar.gz vyos-live-build-1d97631522b76ce0f1933a7bd0bf222a511b823d.zip |
Adding ubuntu lucid for grub-mkimage legacy handling in lb_binary_iso.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/lb_binary_iso | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_iso b/scripts/build/lb_binary_iso index 007c5b59d..0394d3654 100755 --- a/scripts/build/lb_binary_iso +++ b/scripts/build/lb_binary_iso @@ -157,7 +157,7 @@ if [ "${LB_BOOTLOADER}" = "grub2" ] then case "${LB_DISTRIBUTION}" in - lenny) + lenny|lucid) GRUB_MKIMAGE_OPTIONS="" ;; |