Update 'README.md'

This commit is contained in:
alban 2020-10-04 15:26:30 +00:00
parent 1da91c1870
commit 1c7061cafd
1 changed files with 6 additions and 0 deletions

View File

@ -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\