From f458bea71d726158be1dcdec9576fa8bca44fa80 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 1 Apr 2018 20:11:25 +0100 Subject: Update help to match new documentation. --- drakclassic | 35 ++++++++++++----------------------- 1 file changed, 12 insertions(+), 23 deletions(-) (limited to 'drakclassic') diff --git a/drakclassic b/drakclassic index a7d7fad..0ddfb1a 100755 --- a/drakclassic +++ b/drakclassic @@ -137,11 +137,11 @@ drakclassic [options] --config use this configuration file to control the build defaults to "config/build.cfg" - --settings use this file as build settings (key=value format) + --settings use this file as build settings (name=value format) defaults to "config/settings.cfg" - --define key=value - set setting "key" to "value" + --define name=value + set setting "name" to "value" takes precedence over values from a settings file --verbose @@ -165,35 +165,24 @@ Examples: =item B<--config> -Makes drakclassic use the next argument as a configuration file. -This file should contain a hash specifying the ISO makeup. -See the "drakiso-classic" page on the Mageia Wiki for details. +Makes B use the next argument as a configuration file. This file +should contain an associative array specifying the ISO composition. See +L for details. =item B<--settings> -Makes drakclassic load the next argument as a file in key=value format into -the $build->{settings} hash ($build being the global configuration hash). - -Built-in keys: - - arch: build architecture - - workdir: directory hosting urpmi root and all build files - - repository: path to the Mandriva distribution repository (ftp/http/local) - -Example keys: - media - product +Makes B load the next argument as a file in name=value format into +the $build->{settings} associative array ($build being the global configuration +associative array). See L for details. =back =head1 DESCRIPTION -B builds a classic installer ISO according to a configuration file, -creates a master image, and optionally installs it on a device. +B builds a classic installer ISO according to a configuration +file. -See L +See L =head1 AUTHORS -- cgit v1.2.1