diff options
-rwxr-xr-x | draklive (renamed from draklive2) | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -122,11 +122,11 @@ __END__ =head1 NAME -draklive2 - A live distribution mastering tool +draklive - A live distribution mastering tool =head1 SYNOPSIS -draklive2 [options] +draklive [options] Options: --help long help message @@ -165,11 +165,11 @@ draklive2 [options] Examples: - draklive2 --clean + draklive --clean - draklive2 --all + draklive --all - draklive2 --config config/live.cfg --root + draklive --config config/live.cfg --root =head1 OPTIONS @@ -177,13 +177,13 @@ Examples: =item B<--config> -Makes draklive2 use the next argument as a configuration file. +Makes draklive use the next argument as a configuration file. This file should contain a hash describing the live distribution. -See the "draklive2" page on the Mageia Wiki for details. +See the "drakiso-live" page on the Mageia Wiki for details. =item B<--settings> -Makes draklive2 load the next argument as a file in key=value format into +Makes draklive load the next argument as a file in key=value format into the $live->{settings} hash ($live being the global live configuration hash). Built-in keys: @@ -207,10 +207,10 @@ Example keys: =head1 DESCRIPTION -B<draklive2> builds a live distribution according to a configuration file, +B<draklive> builds a live distribution according to a configuration file, creates a master image, and optionally installs it on a device. -See L<https://wiki.mageia.org/en/Draklive2> +See L<https://wiki.mageia.org/en/drakiso-live> =head1 AUTHORS |