Gentoo Archives: gentoo-hardened

From: Sven Vermeulen <swift@g.o>
To: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] SELinux Gentoo/Hardened amd64 VM
Date: Sun, 01 Jul 2012 18:06:12
Message-Id: 20120701163647.GA16377@gentoo.org
In Reply to: Re: [gentoo-hardened] SELinux Gentoo/Hardened amd64 VM by Matthew Thode
1 On Sun, Jul 01, 2012 at 10:56:31AM -0500, Matthew Thode wrote:
2 > What is the full command line you used for this? (qemu-system-x86_64...)
3
4 The one I use is the following:
5
6 qemu-system-x86_64 --enable-kvm -gdb tcp::1239 -vnc 127.0.0.1:5 -net
7 nic,model=virtio,macaddr=00:11:22:33:44:b1,vlan=0 -net vde,vlan=0 -drive
8 file=/srv/virt/gentoo/test.img,if=virtio,cache=writeback,boot=on -usb
9 -usbdevice tablet -smp 4 -cpu kvm64 -k nl-be -m 1536
10
11 I'd like to know which things in the commandline are mandatory (so that I
12 can create proper documentation) and which not. Which reminds me to reset
13 the keyboard on the images as I'm using a non-standard layout...
14
15 Wkr,
16 Sven Vermeulen