summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-07-25 12:32:49 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-07-25 12:32:49 +0000
commitfee4c03c14406537f70bbffe01e7ddeea91310d9 (patch)
treeea3eab99c1f7eba320400ea61ac89fb8f0d2a13e /rescue
parentc6e8b9a814390bea78a3ef0c0a66690e62adb71f (diff)
downloaddrakx-backup-do-not-use-fee4c03c14406537f70bbffe01e7ddeea91310d9.tar
drakx-backup-do-not-use-fee4c03c14406537f70bbffe01e7ddeea91310d9.tar.gz
drakx-backup-do-not-use-fee4c03c14406537f70bbffe01e7ddeea91310d9.tar.bz2
drakx-backup-do-not-use-fee4c03c14406537f70bbffe01e7ddeea91310d9.tar.xz
drakx-backup-do-not-use-fee4c03c14406537f70bbffe01e7ddeea91310d9.zip
use MDK::Common
Diffstat (limited to 'rescue')
-rwxr-xr-xrescue/make_rescue_img3
1 files changed, 2 insertions, 1 deletions
diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img
index d0248c052..2ef35061b 100755
--- a/rescue/make_rescue_img
+++ b/rescue/make_rescue_img
@@ -1,8 +1,9 @@
#!/usr/bin/perl
+use MDK::Common;
use lib "../perl-install";
use keyboard;
-use common;
+use commands;
use Config;
Config->import;