diff --git a/README.md b/README.md index 39b38cb..c1f8444 100644 --- a/README.md +++ b/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. -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 \