View previous topic :: View next topic |
Author |
Message |
cristian.malinescu n00b

Joined: 24 Nov 2010 Posts: 1 Location: Toronto
|
Posted: Wed Nov 24, 2010 12:54 pm Post subject: Desktop virtualization host |
|
|
Hi,
I would like to know if i will use Gentoo as a host on a laptop where i want to run multiple Windows and Linux desktop guests - would i have to install the XServer and a window manager like KDE or GNome on the Gentoo host or a bare minimalistic installation with the packages to support the hardware and the virtualization would suffice?
Thank you,
Cris Malinescu |
|
Back to top |
|
 |
idella4 Retired Dev


Joined: 09 Jun 2006 Posts: 1600 Location: Australia, Perth
|
Posted: Wed Nov 24, 2010 1:14 pm Post subject: |
|
|
yes & yes.
Basically gentoo is fully virtual capable as a server without X or with any selection of WM.
Code: |
idella@genny ~/bin $ ls /etc/xen
README gentoo8.pygrub xm-debian-curses.cfg~
README.incompatibilities lenny01.cfg xm-debian-vfb.cfg
acm-security qemu-ifup xmexample.hvm
auto scripts xmexample.hvm-stubdom
etch.com.cfg start-graphical-DI.sh xmexample.nbd
etch.xml xend-config.sxp xmexample.pv-grub
fedora9.cfg xend-config.sxp~ xmexample.vti
gentoo-8.cfg xend-config.sxp~~ xmexample1
gentoo10.cfg xend-pci-permissive.sxp xmexample2
gentoo10.pv-grub xend-pci-quirks.sxp xmexample3
gentoo8.cfg xm-config.xml
gentoo8.pv-grub xm-debian-curses.cfg
idella@genny ~/bin $ ls /mnt/images/xen/images/
ls: cannot access /mnt/images/xen/images/: Permission denied
idella@genny ~/bin $ sudo ls -l /mnt/images/xen/images/
total 4198424
drwxr-xr-x 4 root root 4096 Jul 5 19:54 centos
drwxr-xr-x 4 root root 4096 Nov 20 01:31 debian
drwxr-xr-x 8 500 root 4096 Jul 2 11:35 fedora
drwxr-xr-x 2 idella messagebus 4096 Aug 8 08:05 gentoo.2007-0
-rwxr-xr-x 1 root root 4294967296 Jul 29 12:22 mandriva.img
lrwxrwxrwx 1 root root 33 Jul 2 11:41 solaris.img -> /mnt/genny/xendomains/solaris.img
lrwxrwxrwx 1 root root 33 Jul 2 11:43 solaris.txt -> /mnt/genny/xendomains/solaris.txt
drwxr-xr-x 4 idella root 4096 Jul 14 09:51 ubuntu
idella@genny ~/bin $ sudo ls -l /mnt/images/qemu/
total 22849332
drwxr-xr-x 2 idella root 4096 Jun 22 23:55 fedora12
-rw------- 1 root root 4294967296 Jul 18 00:55 jaunty.img
-rwxr-xr-x 1 root root 14784921600 Sep 4 11:09 solaris.img
-rwxr-xr-x 1 root root 4294967296 May 1 2010 squeeze.img
|
_________________ idella4@aus |
|
Back to top |
|
 |
|