summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/drakboot20
1 files changed, 11 insertions, 9 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot
index 277688a58..7e73f5092 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -2,15 +2,17 @@
use lib qw(/usr/lib/libDrakX);
-use common qw(:common :file :functional);
-use interactive;
-use standalone;
-use any;
-use bootloader;
-use detect_devices;
-use fsedit;
-use fs;
-use c;
+require bootlook;
+
+#-use common qw(:common :file :functional);
+#-use interactive;
+#-use standalone;
+#-use any;
+#-use bootloader;
+#-use detect_devices;
+#-use fsedit;
+#-use fs;
+#-use c;
$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/;
local $_ = join '', @ARGV;