mkisofs: fixed option "allow"

This commit is contained in:
cvoges12 2021-09-27 01:45:52 +00:00
parent 88345836c8
commit 03c9b5b15d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ cp data/autounattend.xml win/
# install mkisofs
# recreate iso
#dd if=win of=win.iso
mkisofs --allowed-limited-size -o win.iso win
mkisofs --allow-limited-size -o win.iso win
# clean up iso extract
rm -rf win