Merge pull request #1744 from Elektronator/patch-1

Update save_profile.cgi
This commit is contained in:
Jamie Cameron
2022-09-20 21:18:09 -07:00
committed by GitHub

View File

@@ -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'});