From 0bc655c8b88c9a2c92db66dc8b259c56ec53ee49 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 7 Jan 2004 16:08:41 +0000 Subject: pass --splash to mkinitrd (so that make-boot-splash doesn't rely on lilo.conf or menu.lst) --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') 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; }; -- cgit v1.2.1