From 4dca52ffc1cb80b655458d0f1bad6e3c67653d17 Mon Sep 17 00:00:00 2001 From: alban Date: Sun, 4 Oct 2020 17:23:27 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 \