summaryrefslogtreecommitdiffstats
path: root/drakclassic
diff options
context:
space:
mode:
Diffstat (limited to 'drakclassic')
-rwxr-xr-xdrakclassic5
1 files changed, 2 insertions, 3 deletions
diff --git a/drakclassic b/drakclassic
index d5c6ca0..a7d7fad 100755
--- a/drakclassic
+++ b/drakclassic
@@ -76,7 +76,7 @@ my @actions = (
my @all = qw(media boot master);
my $build_object = 'MGA::DrakISO::ClassicBuild'->new;
-my $config_root = '/etc/drakclassic';
+my $config_root = '.';
my $config_path = 'config/build.cfg';
my $settings_path = 'config/settings.cfg';
@@ -132,8 +132,7 @@ drakclassic [options]
--config-root <dir>
root directory containing config and additional files
- defaults to current directory if it contains a
- configuration file, otherwise to "/etc/drakclassic"
+ defaults to current directory
--config <file> use this configuration file to control the build
defaults to "config/build.cfg"