Hello, Vadim Korschok wrote: > How far are you ? I'm only asking because i must finish this Project on 13th > February.
> I installed hardened-gentoo (x86_64) and kvm-82 on native ThinkPad X60. > I'm searching for how to install and setup graphical environment, for qemu > complains that "Could not initialize SDL - exiting" (and I guess I need to > setup X environment). You don't need any X or SDL. If you have KVM installed make: 1. emerge -C kvm 2. USE="-sdl" emerge kvm that should solve the problem. After that: 1. kvm-img create -f qcow2 image.img 20G 2. kvm -hda /absolute/path/to/image.img -boot d -cdrom /absolute/path/to/gentoo-livecd.iso -m 512 -net nic,vlan=0,model=e1000 -net tap,vlan=0 -vnc :0 Then you can connect over VNC to the livecd over Port 5900. > I'm a newbie regarding Gentoo and X and KVM. > I will need a few days for making kvm runnable on Gentoo. > After that, I can apply TOMOYO patch and test. I'm also not using X ;) Regards. _______________________________________________ tomoyo-users-en mailing list [email protected] http://lists.sourceforge.jp/mailman/listinfo/tomoyo-users-en
