WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Ubuntu DomU Recipe

To: Bernard Golden <bgolden@xxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Ubuntu DomU Recipe
From: Eric Windisch <lists@xxxxxxxxxx>
Date: Wed, 07 Jun 2006 07:58:53 -0400
Cc: 'Xen Users' <Xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Wed, 07 Jun 2006 05:00:02 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <026b01c689c5$b01497a0$6501a8c0@xxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <026b01c689c5$b01497a0$6501a8c0@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.4 (Macintosh/20060530)
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

<Prev in Thread] Current Thread [Next in Thread>