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] install debian lenny guest

To: ko0nz <yesiko0nz@xxxxxxxxx>, XEN User - listmembers <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] install debian lenny guest
From: Stephan Seitz <s.seitz@xxxxxxxxxxxx>
Date: Fri, 01 Jun 2007 15:27:13 +0200
Delivery-date: Fri, 01 Jun 2007 06:25:52 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1f7e0c110706010537r5c70f0a0y346f854053f200ef@xxxxxxxxxxxxxx>
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>
Organization: netz-haut e.K.
References: <1f7e0c110705310824x490671f0r49ea867dee298489@xxxxxxxxxxxxxx> <907625E08839C4409CE5768403633E0B02561D96@xxxxxxxxxxxxxxxxx> <1f7e0c110706010537r5c70f0a0y346f854053f200ef@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.0 (X11/20070326)
ko0nz schrieb:
> hi Mats,
> 
> so how about installing Linux guest(Debian here) in a Ubuntu host,
> without the hvm method?
> 

# apt-get install xen-tools
# xen-create-image --help

as an example:

xen-create-image \
    --lvm=vg0 \
    --debootstrap \
    --size=5000MB \
    --memory=512MB \
    --mirror=http://de.archive.ubuntu.com/ubuntu/ \
    --dist=feisty \
    --swap=128MB \
    --fs=ext3 \
    --ip=XX.XX.200.79 \
    --netmask=255.255.255.192 \
    --gateway=XX.XX.200.65 \
    --hostname=XXXX \
    --passwd \
    --kernel=/boot/vmlinuz-2.6.19-4-server \
    --initrd=/boot/initrd.img-2.6.19-4-server \
    --force

Alternatively you'ld probably use debootstrap.

greetings




-- 
Stephan Seitz
Senior System Administrator

*netz-haut* e.K.
multimediale kommunikation

zweierweg 22
97074 würzburg

fon: +49 931 2876247
fax: +49 931 2876248

web: www.netz-haut.de <http://www.netz-haut.de/>

registriergericht: amtsgericht würzburg, hra 5054

Attachment: s.seitz.vcf
Description: Vcard

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>