summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2009-10-13 14:11:39 +0000
committerOlivier Blin <oblin@mandriva.com>2009-10-13 14:11:39 +0000
commit7afff05b92f38e3626c46c2a509a4c87cb4259d4 (patch)
treea8705f666004e9591cab49001ef5fb2800afa431
parent412a9c9d6a09f407d3d8afce8f268761bda830f3 (diff)
downloaddraklive-7afff05b92f38e3626c46c2a509a4c87cb4259d4.tar
draklive-7afff05b92f38e3626c46c2a509a4c87cb4259d4.tar.gz
draklive-7afff05b92f38e3626c46c2a509a4c87cb4259d4.tar.bz2
draklive-7afff05b92f38e3626c46c2a509a4c87cb4259d4.tar.xz
draklive-7afff05b92f38e3626c46c2a509a4c87cb4259d4.zip
remove incorrect option from previous commit (SILENT?)
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index a160e05..58fa6d1 100755
--- a/draklive
+++ b/draklive
@@ -648,7 +648,7 @@ sub create_cdrom_master {
}
sub build_iso_image {
- my ($live, $opts, $dest, $boot_dir, $o_isolinux_path, $isolinux_cfg, $label, @opts) = @_;
+ my ($live, $opts, $dest, $o_isolinux_path, $isolinux_cfg, $label, @opts) = @_;
my $progress = MDV::Draklive::Progress->new(100, time());
my $in_progress;