added missing back slashes in mkisofs
This commit is contained in:
parent
67c3139637
commit
99620c8d3b
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ mkisofs \
|
|||
-b ${EFI} \
|
||||
-eltorito-platform efi \
|
||||
-iso-level 2 \
|
||||
-boot-info-table
|
||||
-udf
|
||||
-boot-info-table \
|
||||
-udf \
|
||||
-J -l -joliet-long \
|
||||
-D \
|
||||
-N \
|
||||
|
|
Loading…
Reference in a new issue