mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Merge branch 'master' of github.com:webmin/webmin
This commit is contained in:
@@ -130,6 +130,7 @@ if ($in{'burn'} || $in{'test'}) {
|
||||
$iso = $config{'temp'} ? "$config{'temp'}/burner.iso"
|
||||
: &tempname("burner.iso");
|
||||
local $cmd = "$config{'mkisofs'} -graft-points -o $iso";
|
||||
$cmd .= " -iso-level 3";
|
||||
$cmd .= " -J" if ($profile->{'joliet'});
|
||||
$cmd .= " --netatalk" if ($profile->{'netatalk'});
|
||||
$cmd .= " --cap" if ($profile->{'cap'});
|
||||
|
||||
Reference in New Issue
Block a user