[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] install debian lenny guest



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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.