Update 'README.md'

This commit is contained in:
alban 2020-10-04 17:23:27 +00:00
parent f1fb97608f
commit 4dca52ffc1
1 changed files with 5 additions and 6 deletions

View File

@ -61,11 +61,6 @@ All the compilation should be automatic, and result with images in local directo
All commands are given for terminal use and probably require root access.
You will need to select one of the images from those:
```
export IMAGE=packer-teamlaser-lj-xfce
export IMAGE=packer-teamlaser-lj
```
## kvm:user : KVM with simple/no-LAN network
@ -100,8 +95,12 @@ Here are the resulting redirections in the (Localhost:Port) (VM:Port) format:
```
# Choose the XFCE image
export IMAGE=packer-teamlaser-lj-xfce
# For the non desktop image
# export IMAGE=packer-teamlaser-lj
```
# start the VM
Place yourself in the reposity where you placed the iso file
```
sudo /usr/bin/qemu-system-x86_64 \
-m 2048M -boot once=d \
-machine type=pc,accel=kvm \