summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2009-02-12 15:19:26 +0000
committerPascal Terjan <pterjan@mandriva.org>2009-02-12 15:19:26 +0000
commit32948630ab8b20b422c4cba738c3ed812a40b798 (patch)
treeb65cf04eca5511a16c81787697df7b81159dfe71 /perl-install
parent1783171e89f8dd8f45933ffc79f8bb3cc582782a (diff)
downloaddrakx-32948630ab8b20b422c4cba738c3ed812a40b798.tar
drakx-32948630ab8b20b422c4cba738c3ed812a40b798.tar.gz
drakx-32948630ab8b20b422c4cba738c3ed812a40b798.tar.bz2
drakx-32948630ab8b20b422c4cba738c3ed812a40b798.tar.xz
drakx-32948630ab8b20b422c4cba738c3ed812a40b798.zip
fix a crash when boot device is not removable
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/Makefile.config2
-rw-r--r--perl-install/bootloader.pm2
-rw-r--r--perl-install/install/NEWS4
3 files changed, 6 insertions, 2 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config
index 4ddad997f..8c05f662c 100644
--- a/perl-install/Makefile.config
+++ b/perl-install/Makefile.config
@@ -1,5 +1,5 @@
# -*- Makefile -*-
-VERSION:=11.84
+VERSION:=11.85
SUDO = sudo
TMPDIR = /tmp
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index c0245852c..d92344a22 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -983,7 +983,7 @@ sub suggest {
if ($root_part->{is_removable}) {
$mbr = fs::get::part2hd($root_part, $all_hds);
} else {
- $mbr = find { !$_->{is_removable} } $all_hds->{hds};
+ $mbr = find { !$_->{is_removable} } @{$all_hds->{hds}};
}
my ($onmbr, $unsafe) = $bootloader->{crushMbr} ? (1, 0) : suggest_onmbr($mbr);
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 4c42a57a9..b4e8596db 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,7 @@
+Version 11.85 - 12 February 2009
+
+- fix a crash when boot device is not removable
+
Version 11.84 - 12 February 2009
- handle newer module-init-tools which can put relative path in modules.dep