From ec5cc80aff948eceee5b322bc19cf3e4e65a7c3a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 29 Sep 1999 14:13:47 +0000 Subject: no_comment --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index d86ba2ee5..42dd72d17 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -282,7 +282,7 @@ sub createBootdisk($) { #------------------------------------------------------------------------------ sub setupBootloaderBefore { my ($o) = @_; - add2hash($o->{bootloader} ||= {}, lilo::read("$o->{prefix}/etc/lilo.conf")); + add2hash($o->{bootloader} ||= {}, lilo::read($o->{prefix}, "/etc/lilo.conf")); lilo::suggest($o->{prefix}, $o->{bootloader}, $o->{hds}, $o->{fstab}, install_any::kernelVersion()); $o->{bootloader}{keytable} ||= keyboard::kmap($o->{keyboard}); } -- cgit v1.2.1