From 2e2de4361d4549021ab6d62226257d68b88d25fe Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 28 Oct 2009 13:15:30 +0100 Subject: Merging initial and experimental grub2 support from Luigi Capriotti . Outstanding issues: doesn't work chrooted yet, lh_binary_iso binary.sh modifications probably should be done at lh_binary_grub2. --- helpers/lh_chroot_hacks | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'helpers/lh_chroot_hacks') diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks index 721a6d79f..cc12630fd 100755 --- a/helpers/lh_chroot_hacks +++ b/helpers/lh_chroot_hacks @@ -124,7 +124,15 @@ then # late to fix it in d-i because lenny rc2 has been already released. case "${LH_ARCHITECTURE}" in amd64|i386|lpia) - Apt install grub + case "${LH_BOOTLOADER}" in + grub) + Apt install grub + ;; + + grub2) + Apt install grub2 + ;; + esac ;; powerpc) -- cgit v1.2.3