From 4799bc7d0f1e3cabb0396f47ec356b8e478c1b97 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 1 Sep 2000 15:25:57 +0000 Subject: no_comment --- perl-install/standalone/drakboot | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/drakboot') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index ffff1a05c..b5656dc4a 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -2,12 +2,13 @@ use lib qw(/usr/lib/libDrakX); -use common qw(:common :system :file :functional); +use common qw(:common :file :functional); use interactive; use any; use bootloader; use detect_devices; use fsedit; +use fs; use c; local $_ = join '', @ARGV; @@ -17,7 +18,7 @@ local $_ = join '', @ARGV; $::expert = /-expert/; $::isStandalone = 1; -my $in = vnew interactive('su'); +my $in = interactive->vnew('su'); my %l = ( arch() !~ /sparc|alpha/ ? ( -- cgit v1.2.1