From 5573320af4552098763344453995ffc1c9df9ec8 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 30 Aug 2000 09:53:44 +0000 Subject: *** empty log message *** --- perl-install/standalone/drakboot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index a1c252f3c..ffff1a05c 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -5,7 +5,7 @@ use lib qw(/usr/lib/libDrakX); use common qw(:common :system :file :functional); use interactive; use any; -use lilo; +use bootloader; use detect_devices; use fsedit; use c; @@ -40,7 +40,7 @@ if ($ENV{DISPLAY} && c::Xtest($ENV{DISPLAY})) { exec $cmd if $cmd; } -my $bootloader = lilo::read('', '/etc/lilo.conf'); +my $bootloader = bootloader::read('', '/etc/lilo.conf'); local ($_) = `detectloader`; $bootloader->{methods} = { lilo => 1, grub => !!/grub/i }; @@ -51,7 +51,7 @@ fs::get_mntpoints_from_fstab($fstab); ask: any::setupBootloader($in, $bootloader, $hds, $fstab, $ENV{SECURE_LEVEL}) or $in->exit(0); -eval { lilo::install('', $bootloader, $fstab, $hds) }; +eval { bootloader::install('', $bootloader, $fstab, $hds) }; if ($@) { $in->ask_warn('', -- cgit v1.2.1