make-iso9660-image.sh: enable joliet extension
This is per the advice of the osinfo-db maintainers https://gitlab.com/libosinfo/osinfo-db/-/merge_requests/107#note_313094852
This commit is contained in:
parent
254b474aca
commit
f59aa66fc1
|
@ -107,6 +107,7 @@ xorriso="xorriso
|
|||
-publisher nixos
|
||||
-graft-points
|
||||
-full-iso9660-filenames
|
||||
-joliet
|
||||
${isoBootFlags}
|
||||
${usbBootFlags}
|
||||
${efiBootFlags}
|
||||
|
|
Loading…
Reference in New Issue