#!/bin/sh src/iso.sh # add answerfile cp data/autounattend.xml win/ # recreate iso dd if=win of=win.iso # clean up iso extract rm -rf win src/vm.sh