summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2017-12-22 12:17:56 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2017-12-22 12:27:01 +0000
commitfa1d474b9bb77a437a022442db30b12d67631220 (patch)
tree15836dd67116f33d07d98a2786b3e8213de0834e /draklive
parent4b4b3e37c0025a512df5967ae9e46353caadf6bc (diff)
downloaddrakiso-fa1d474b9bb77a437a022442db30b12d67631220.tar
drakiso-fa1d474b9bb77a437a022442db30b12d67631220.tar.gz
drakiso-fa1d474b9bb77a437a022442db30b12d67631220.tar.bz2
drakiso-fa1d474b9bb77a437a022442db30b12d67631220.tar.xz
drakiso-fa1d474b9bb77a437a022442db30b12d67631220.zip
Update draklive to match changes made for drakclassic.
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive4
1 files changed, 2 insertions, 2 deletions
diff --git a/draklive b/draklive
index 8e4c430..2ac70b7 100755
--- a/draklive
+++ b/draklive
@@ -75,7 +75,7 @@ my @actions = (
{ name => 'boot-system', do => \&MGA::DrakISO::BuildBoot::prepare_live_system_boot },
{ name => 'boot-loader', do => \&MGA::DrakISO::BuildBoot::prepare_iso_bootloader },
{ name => 'loop', do => \&MGA::DrakISO::BuildLoop::build_live_loopback_files },
- { name => 'master', do => \&MGA::DrakISO::BuildISO::build_live_iso },
+ { name => 'master', do => \&MGA::DrakISO::BuildISO::build_iso },
);
my @all = qw(root boot loop master);
@@ -169,7 +169,7 @@ Examples:
draklive --all
- draklive --config config/build.cfg --root
+ draklive --config config/live.cfg --root
=head1 OPTIONS