sudo rm -rf win and added mkisofs dep
This commit is contained in:
parent
20fa70606a
commit
01a345107b
2 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
apt update
|
||||
apt upgrade -y
|
||||
apt install -y \
|
||||
mkisofs \
|
||||
qemu-kvm \
|
||||
virt-manager \
|
||||
virt-viewer \
|
||||
|
|
|
@ -7,10 +7,9 @@ cp data/autounattend.xml win/
|
|||
|
||||
# install mkisofs
|
||||
# recreate iso
|
||||
#dd if=win of=win.iso
|
||||
mkisofs --allow-limited-size -o win.iso win
|
||||
|
||||
# clean up iso extract
|
||||
rm -rf win
|
||||
sudo rm -rf win
|
||||
|
||||
src/vm.sh
|
||||
|
|
Loading…
Reference in a new issue