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
|
# install mkisofs
|
||||||
# recreate iso
|
# recreate iso
|
||||||
#dd if=win of=win.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
|
# clean up iso extract
|
||||||
rm -rf win
|
rm -rf win
|
||||||
|
|
Loading…
Reference in a new issue