diff options
Diffstat (limited to 'draklive2')
-rwxr-xr-x | draklive2 | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -95,7 +95,7 @@ my @actions = ( my @all = qw(root boot loop master); my $build_object = 'MGA::DrakISO::LiveBuild'->new; -my $config_root = '/etc/draklive'; +my $config_root = '.'; my $config_path = 'config/build.cfg'; my $settings_path = 'config/settings.cfg'; @@ -164,8 +164,7 @@ draklive2 [options] --config-root <dir> root directory containing config and additional files - defaults to current directory if it contains a - configuration file, otherwise to "/etc/draklive" + defaults to current directory --config <file> use this configuration file to control the build defaults to "config/build.cfg" |