From e2cbffc6422fc59ee624c2c399e79109c21c7cc4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 14 Mar 2000 09:25:40 +0000 Subject: no_comment --- perl-install/install_steps.pm | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index a867b8155..146447a0a 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -240,6 +240,14 @@ sub installPackages($$) { #- complete REWORK, TODO and TOCHECK! sub afterInstallPackages($) { my ($o) = @_; + -x "$o->{prefix}/usr/bin/dumpkeys" or die +"Some important packages didn't get installed properly. + +Please switch to console 2 (using ctrl-alt-f2) +and look at the log file /tmp/ddebug.log + +Consoles 1,3,4,7 may also contain interesting information"; + pkgs::done_db(); #- why not? cuz weather is nice today :-) [pixel] @@ -642,6 +650,7 @@ sub setupBootloader($) { silo::install($o->{prefix}, $o->{bootloader}); } else { lilo::install_grub($o->{prefix}, $o->{bootloader}, $o->{fstab}); + lilo::install($o->{prefix}, $o->{bootloader}, $o->{fstab}); } } -- cgit v1.2.1