diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-01 15:25:57 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-01 15:25:57 +0000 |
commit | 4799bc7d0f1e3cabb0396f47ec356b8e478c1b97 (patch) | |
tree | 884bb108e7da6b50ed0dfdc8b225835cb5265e5f /perl-install/standalone | |
parent | ea89b723b8ebd1b25a194097b10516427afa2c0e (diff) | |
download | drakx-4799bc7d0f1e3cabb0396f47ec356b8e478c1b97.tar drakx-4799bc7d0f1e3cabb0396f47ec356b8e478c1b97.tar.gz drakx-4799bc7d0f1e3cabb0396f47ec356b8e478c1b97.tar.bz2 drakx-4799bc7d0f1e3cabb0396f47ec356b8e478c1b97.tar.xz drakx-4799bc7d0f1e3cabb0396f47ec356b8e478c1b97.zip |
no_comment
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakboot | 5 |
1 files changed, 3 insertions, 2 deletions
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/ ? ( |