summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/draklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/draklive b/tools/draklive
index 7c445294f..5555b2f5b 100755
--- a/tools/draklive
+++ b/tools/draklive
@@ -497,7 +497,7 @@ sub create_cdrom_master {
sub create_master {
my ($live) = @_;
if (my $create = $storage{$live->{media}{storage}}{create}) {
- $create->($live, $o_refresh_boot_only);
+ $create->($live);
} else {
warn "not implemented yet";
}