From 1c7061cafdf0d4657b9de885f38acf668e2a73ac Mon Sep 17 00:00:00 2001 From: alban Date: Sun, 4 Oct 2020 15:26:30 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d22db41..82d3cdb 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,9 @@ So, to connect to the SSH server you will use the 10022 port on localhost. ``` +# Choose the XFCE image +export IMAGE=packer-teamlaser-lj-xfce + # start the VM sudo /usr/bin/qemu-system-x86_64 \ -m 2048M -boot once=d \ @@ -169,6 +172,9 @@ $SU ip address show dev ${HOST_IF} | grep global || echo -e "\n\e[31mOops.... Re Notice how the `net` model changed: we have a MAC address and use the `tap` interface to exchange network packets. ``` +# Choose the XFCE image +export IMAGE=packer-teamlaser-lj-xfce + sudo /usr/bin/qemu-system-x86_64\ -m 2048M -boot once=d\ -machine type=pc,accel=kvm\