forked from ahurac/dotfiles
Suppression : argument pour lancer QEMU en VNC dans le script de lancement d'une VM Linux
This commit is contained in:
parent
b4a171f178
commit
74c3aa7cdb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
name="$(basename "$0")"
|
||||
cd "$(dirname "$(readlink -f "$0")")/.."
|
||||
exec screen -S "QEMU : ${name}" -d -m qemu-system-x86_64 \
|
||||
-monitor stdio -enable-kvm -vnc :1 \
|
||||
-monitor stdio -enable-kvm \
|
||||
-cpu host -smp "$(nproc)" \
|
||||
-m 4G \
|
||||
-drive "file=images/$(basename "$0").qcow2,if=virtio" \
|
||||
|
|
Loading…
Reference in a new issue