From 0089c6088c4c3b9f592daa4362c47459e5a28677 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sun, 5 Mar 2006 19:34:30 +0000 Subject: allow to use grub as a bootloader (#21318, fix typo) --- live/draklive-install/draklive-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/live/draklive-install/draklive-install b/live/draklive-install/draklive-install index 497cd6b00..af59a8037 100755 --- a/live/draklive-install/draklive-install +++ b/live/draklive-install/draklive-install @@ -381,8 +381,8 @@ sub lilo_choice() { do { my $before = fs::fstab_to_string($in->{all_hds}); any::setupBootloader($in, $bootloader, $in->{all_hds}, $in->{fstab}, $ENV{SECURE_LEVEL}) or $in->exit; - fs::write_fstab($all_hds); - } while !any::installBootloader($in, $bootloader, $all_hds); + fs::write_fstab($in->{all_hds}); + } while !any::installBootloader($in, $bootloader, $in->{all_hds}); } #- from disdrake::interactive -- cgit v1.2.1