summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakboot
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-10-26 15:29:33 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-10-26 15:29:33 +0000
commit150b8ceb722bdbd393f6237a62eddffbbd7c64b6 (patch)
treeb30d618ea3beed82353cfcdf6403b9074c6f139b /perl-install/standalone/drakboot
parentef75b17e8aae527ed507a738ba9ab8632c7c1805 (diff)
downloaddrakx-backup-do-not-use-150b8ceb722bdbd393f6237a62eddffbbd7c64b6.tar
drakx-backup-do-not-use-150b8ceb722bdbd393f6237a62eddffbbd7c64b6.tar.gz
drakx-backup-do-not-use-150b8ceb722bdbd393f6237a62eddffbbd7c64b6.tar.bz2
drakx-backup-do-not-use-150b8ceb722bdbd393f6237a62eddffbbd7c64b6.tar.xz
drakx-backup-do-not-use-150b8ceb722bdbd393f6237a62eddffbbd7c64b6.zip
detectloader must handle specially raid-extra-boot=mbr-only (bugzilla #12089)
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-xperl-install/standalone/drakboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot
index 3f3330d82..5babbda57 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -45,7 +45,7 @@ my $all_hds = fsedit::get_hds();
fs::get_raw_hds('', $all_hds);
fs::get_info_from_fstab($all_hds);
my $fstab = [ fs::get::fstab($all_hds) ];
-my $bootloader = bootloader::read($fstab);
+my $bootloader = bootloader::read($all_hds);
if (!$in->isa('interactive::gtk') || any { /^--boot$/ } @ARGV) {
$::isWizard = 1;