mkisofs: fixed option "allow"
This commit is contained in:
parent
88345836c8
commit
03c9b5b15d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue