Added auto building of images and vm launch script

This commit is contained in:
Marc
2021-11-25 22:06:50 +01:00
parent 4fe1e97db7
commit b24eba4e94
6 changed files with 82 additions and 13 deletions
Executable
+14
View File
@@ -0,0 +1,14 @@
echo "Attention sur linux le son est a zero par default dans le paneau de config"
qemu-system-x86_64\
-machine type=q35,accel=kvm\
-enable-kvm\
-object rng-random,id=rng0,filename=/dev/urandom -device virtio-rng-pci,rng=rng0\
-cpu host\
-smp 2\
-m 4G\
-drive file=disk.img,format=raw\
-net user\
-k fr\
-vga qxl\
-audiodev pa,id=hda,out.mixing-engine=on \
-device intel-hda -device hda-output,audiodev=hda