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-devel

Re: [Xen-devel] domU Filesystems

To: Tupshin Harper <tupshin@xxxxxxxxxxx>
Subject: Re: [Xen-devel] domU Filesystems
From: Anthony Liguori <aliguori@xxxxxxxxxx>
Date: Fri, 25 Mar 2005 15:35:47 -0600
Cc: Brian Hays <brian.hays@xxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 25 Mar 2005 21:38:58 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <42447B70.8070507@xxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Organization: IBM
References: <e4ca66ec050325123249a1db0f@xxxxxxxxxxxxxx> <42447B70.8070507@xxxxxxxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0 (X11/20041206)
Tupshin Harper wrote:

5) use your distro's procedure to bootstrap into a chroot environment (if it has one) such as debian's debootstrap or by using gentoo's stage3 installation approach. (none for RedHat9 that I'm aware of)

Here are the mechanisms I know and their requirements. I plan to put this in the Wiki as soon as it goes live (if it's not already there):

Gentoo
-------------
Requirements: wget
Note: See http://www.gentoo.org for additional mirrors

]# MIRROR=http://mirror.usu.edu/mirrors/gentoo
]# VERSION=2004.3
]# wget ${MIRROR}/releases/x86/2004.3/stages/i686/stage3-i686-${VERSION}.tar.bz2
]# tar xfj stage3-i686-${VERSION}.tar.bz2
]# mount -obind /dev dev
]# mount -obind /proc proc
]# chroot .
]# env-update
]# source /etc/profile
]# emerge sync && emerge portage

Debian
------------
Requirements: debootstrap (http://packages.debian.org/stable/admin/debootstrap) and perhaps apt

]# TARGET=sid
]# debootstrap ${TARGET} .

Fedora
------------
Requirements: yum (Don't know how to install this on non-Fedora systems)

]# yum --installroot=. -y groupinstall Base

SuSE
---------
Does anyone know a distro-neutral way to install a SuSE root?

Regards,
Anthony Liguori

-Tupshin


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

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