Update save_profile.cgi

allows to create and burn (backup) files > 4GB and long filenames
This commit is contained in:
Elektronator
2022-09-20 22:35:16 +02:00
committed by GitHub
parent 4d2c8979e9
commit 2108bb5732

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