diff options
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-x | perl-install/standalone/drakboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index b5656dc4a..48cbd406a 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -4,6 +4,7 @@ use lib qw(/usr/lib/libDrakX); use common qw(:common :file :functional); use interactive; +use standalone; use any; use bootloader; use detect_devices; @@ -16,7 +17,6 @@ local $_ = join '', @ARGV; /-h/ and die "usage: drakboot [--expert]\n"; $::expert = /-expert/; -$::isStandalone = 1; my $in = interactive->vnew('su'); |