Update 'README.md'
This commit is contained in:
parent
f1fb97608f
commit
4dca52ffc1
11
README.md
11
README.md
@ -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.
|
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
|
## 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
|
# Choose the XFCE image
|
||||||
export IMAGE=packer-teamlaser-lj-xfce
|
export IMAGE=packer-teamlaser-lj-xfce
|
||||||
|
# For the non desktop image
|
||||||
|
# export IMAGE=packer-teamlaser-lj
|
||||||
|
```
|
||||||
# start the VM
|
# start the VM
|
||||||
|
Place yourself in the reposity where you placed the iso file
|
||||||
|
```
|
||||||
sudo /usr/bin/qemu-system-x86_64 \
|
sudo /usr/bin/qemu-system-x86_64 \
|
||||||
-m 2048M -boot once=d \
|
-m 2048M -boot once=d \
|
||||||
-machine type=pc,accel=kvm \
|
-machine type=pc,accel=kvm \
|
||||||
|
Loading…
Reference in New Issue
Block a user