summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rwxr-xr-xdraklive2 (renamed from draklive)16
2 files changed, 10 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 30b717b..9f88e35 100644
--- a/Makefile
+++ b/Makefile
@@ -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 {} \;
diff --git a/draklive b/draklive2
index 84cb044..ebea408 100755
--- a/draklive
+++ b/draklive2
@@ -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>