summaryrefslogtreecommitdiffstats
path: root/live
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2006-03-05 19:34:30 +0000
committerOlivier Blin <oblin@mandriva.org>2006-03-05 19:34:30 +0000
commit0089c6088c4c3b9f592daa4362c47459e5a28677 (patch)
tree0c7b6c55a61ae572909a2c0efb1b822620541d35 /live
parentcd7baad3e6dc7908e3d67e98c3ac43b67f2b7f3a (diff)
downloaddrakx-0089c6088c4c3b9f592daa4362c47459e5a28677.tar
drakx-0089c6088c4c3b9f592daa4362c47459e5a28677.tar.gz
drakx-0089c6088c4c3b9f592daa4362c47459e5a28677.tar.bz2
drakx-0089c6088c4c3b9f592daa4362c47459e5a28677.tar.xz
drakx-0089c6088c4c3b9f592daa4362c47459e5a28677.zip
allow to use grub as a bootloader (#21318, fix typo)
Diffstat (limited to 'live')
-rwxr-xr-xlive/draklive-install/draklive-install4
1 files 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