summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2017-12-19 09:53:02 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2017-12-19 10:03:54 +0000
commit9b2567c9a9ea6815168ad1ea563f4c91cc90ffe3 (patch)
treef969d0c231db6c4b26cce24ddd9d41fda4a860d4
parent7f97b53ea0cadced2321414a2b7054a4811eda6f (diff)
downloaddrakiso-9b2567c9a9ea6815168ad1ea563f4c91cc90ffe3.tar
drakiso-9b2567c9a9ea6815168ad1ea563f4c91cc90ffe3.tar.gz
drakiso-9b2567c9a9ea6815168ad1ea563f4c91cc90ffe3.tar.bz2
drakiso-9b2567c9a9ea6815168ad1ea563f4c91cc90ffe3.tar.xz
drakiso-9b2567c9a9ea6815168ad1ea563f4c91cc90ffe3.zip
Renamed draklive2 back to draklive.
As it's now in a different package, we can use package conflicts to handle the name collision.
-rwxr-xr-xdraklive (renamed from draklive2)20
1 files changed, 10 insertions, 10 deletions
diff --git a/draklive2 b/draklive
index 1fac358..d4f1c36 100755
--- a/draklive2
+++ b/draklive
@@ -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