summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-07 16:08:41 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-07 16:08:41 +0000
commit0bc655c8b88c9a2c92db66dc8b259c56ec53ee49 (patch)
tree8e42cc5a29d8ffed9f62f0766cebc1fcdc97fc34 /perl-install/any.pm
parent231ceccbb97bb1f62c223cc5bf33046f67f1021b (diff)
downloaddrakx-backup-do-not-use-0bc655c8b88c9a2c92db66dc8b259c56ec53ee49.tar
drakx-backup-do-not-use-0bc655c8b88c9a2c92db66dc8b259c56ec53ee49.tar.gz
drakx-backup-do-not-use-0bc655c8b88c9a2c92db66dc8b259c56ec53ee49.tar.bz2
drakx-backup-do-not-use-0bc655c8b88c9a2c92db66dc8b259c56ec53ee49.tar.xz
drakx-backup-do-not-use-0bc655c8b88c9a2c92db66dc8b259c56ec53ee49.zip
pass --splash <resolution> to mkinitrd
(so that make-boot-splash doesn't rely on lilo.conf or menu.lst)
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 07afd58c8..8592edc43 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -361,7 +361,7 @@ if_(arch() !~ /sparc|ppc|ia64/,
$e->{label} = "$prefix-$nb";
}
$Modify->($e) or return;
- push @{$b->{entries}}, $e;
+ bootloader::add_entry($b, $e);
$e;
};