windows_init/src/iso.sh

14 lines
191 B
Bash
Raw Normal View History

#!/bin/sh
2021-09-28 17:38:12 +00:00
src/extract_iso.sh
2021-09-28 17:38:12 +00:00
# add answerfile
cp data/autounattend.xml win/
2021-09-28 17:38:12 +00:00
# install mkisofs
# recreate iso
mkisofs --allow-limited-size -o win.iso win
# clean up iso extract
rm -rf win