put into working state w/o unattended

This commit is contained in:
cvoges12 2021-10-11 18:52:48 +00:00
parent b3df1bc1a3
commit 3b4d47c5f5
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
printf '%b\n' "\n\033[1m"WINDOWS_INIT:"\033[0m"" Executing iso.sh"
src/iso.sh
#printf '%b\n' "\n\033[1m"WINDOWS_INIT:"\033[0m"" Executing iso.sh"
#src/iso.sh
printf '%b\n' "\n\033[1m"WINDOWS_INIT:"\033[0m"" Executing vm.sh"
sudo src/vm.sh

View File

@ -7,7 +7,7 @@
SPICE_PORT=5930
CHARDEV_ID='spicechannel0'
DRIVE='/dev/sdb' # change drive if needed
ISO='winsp.iso'
ISO='Win*.iso'
sudo qemu-system-x86_64 \
-enable-kvm \
-daemonize \