diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-03-03 15:31:10 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-03-03 15:31:10 +0000 |
commit | 05d79cc9042e544008aebb9a9cad37d8867e6742 (patch) | |
tree | b851fd9c93c1e4a99bd4a133c37150353f9eaa73 | |
parent | 4bed3886ae4d04a3f534ef3247d3f8e58b7442de (diff) | |
download | drakiso-05d79cc9042e544008aebb9a9cad37d8867e6742.tar drakiso-05d79cc9042e544008aebb9a9cad37d8867e6742.tar.gz drakiso-05d79cc9042e544008aebb9a9cad37d8867e6742.tar.bz2 drakiso-05d79cc9042e544008aebb9a9cad37d8867e6742.tar.xz drakiso-05d79cc9042e544008aebb9a9cad37d8867e6742.zip |
Rename draklive to draklive2 to avoid confusion/conflict with old draklive.
-rw-r--r-- | Makefile | 4 | ||||
-rwxr-xr-x | draklive2 (renamed from draklive) | 16 |
2 files changed, 10 insertions, 10 deletions
@@ -6,10 +6,10 @@ all: check: perl -cw -I./lib drakclassic - perl -cw -I./lib draklive + perl -cw -I./lib draklive2 perl_check: - perl_checker --restrict-to-files --no-suggest-simpler draklive drakclassic lib/MGA/DrakISO/* + perl_checker --restrict-to-files --no-suggest-simpler draklive2 drakclassic lib/MGA/DrakISO/* clean: find -name '*~' -exec rm {} \; @@ -138,11 +138,11 @@ __END__ =head1 NAME -draklive - A live distribution ISO mastering tool +draklive2 - A live distribution ISO mastering tool =head1 SYNOPSIS -draklive [options] +draklive2 [options] Options: --help long help message @@ -185,11 +185,11 @@ draklive [options] Examples: - draklive --clean + draklive2 --clean - draklive --all + draklive2 --all - draklive --config config/live.cfg --root + draklive2 --config config/live.cfg --root =head1 OPTIONS @@ -197,13 +197,13 @@ Examples: =item B<--config> -Makes draklive use the next argument as a configuration file. +Makes draklive2 use the next argument as a configuration file. This file should contain a hash specifying the ISO makeup. See the "drakiso-live" page on the Mageia Wiki for details. =item B<--settings> -Makes draklive load the next argument as a file in key=value format into +Makes draklive2 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: @@ -225,7 +225,7 @@ Example keys: =head1 DESCRIPTION -B<draklive> builds a live distribution ISO according to a configuration file, +B<draklive2> builds a live distribution ISO according to a configuration file, creates a master image, and optionally installs it on a device. See L<https://wiki.mageia.org/en/drakiso-live> |