|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Ubuntu DomU Recipe
Bernard Golden wrote:
Is there a step-by-step set of instructions to get an Ubuntu DomU up
and running?
I've poked around both the Ubuntu site and the Xen email archives and
haven't seen any.
Here is a brief list of things you need to perform (as a minimum)...
debootstrap --arch amd64 dapper /mnt/destination
http://archive.ubuntulinux.org/ubuntu
chroot /mnt/destination /bin/bash
vi /etc/fstab # Must create an fstab
vi /etc/network/interfaces # Setup your network interfaces
vi /etc/hostname # Set your hostname
shadowconfig on # enable shadow passwords
passwd # set as root password
exit
umount /mnt/destination
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|