From 36fd2f4ddb613aecd0284732882c49de6c2d1cb8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 11 Apr 2001 12:38:23 +0000 Subject: make it work (why was bootloader::install commented?) --- perl-install/standalone/drakboot | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index cc376e398..b1d47924c 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -31,8 +31,6 @@ sub lilo_choice my $bootloader = bootloader::read('', '/etc/lilo.conf'); local ($_) = `detectloader`; $bootloader->{methods} = { lilo => 1, grub => !!/grub/i }; - print $bootloader . "\n"; - my ($hds) = catch_cdie { fsedit::hds([ detect_devices::hds() ], {}) } sub { 1 }; my $fstab = [ fsedit::get_fstab(@$hds) ]; @@ -42,12 +40,12 @@ sub lilo_choice ask: any::setupBootloader($in, $bootloader, $hds, $fstab, $ENV{SECURE_LEVEL}) or $in->exit(0); - #eval { bootloader::install('', $bootloader, $fstab, $hds) }; + eval { bootloader::install('', $bootloader, $fstab, $hds) }; if ($@) { $in->ask_warn('', [ _("Installation of LILO failed. The following error occured:"), - grep { !/^Warning:/ } cat_("/tmp/.error") ]); + grep { !/^Warning:/ } cat_("/tmp/.error") ]); unlink "/tmp/.error"; goto ask; } -- cgit v1.2.1