mkisofs -r

This commit is contained in:
cvoges12 2021-10-02 23:42:21 +00:00
parent 42b24fe847
commit 1e3ef52b26
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ cp data/autounattend.xml win/
# install mkisofs
# recreate iso
mkisofs --allow-limited-size -o win.iso win
mkisofs --allow-limited-size -r -o win.iso win
# clean up iso extract
sudo rm -rf win