From: Anthony Liguori <aliguori@us.ibm.com>
To: Tupshin Harper <tupshin@tupshin.com>
Cc: Brian Hays <brian.hays@gmail.com>, xen-devel@lists.sourceforge.net
Subject: Re: domU Filesystems
Date: Fri, 25 Mar 2005 15:35:47 -0600 [thread overview]
Message-ID: <42448433.8010206@us.ibm.com> (raw)
In-Reply-To: <42447B70.8070507@tupshin.com>
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@lists.sourceforge.net
> 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
next prev parent reply other threads:[~2005-03-25 21:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-25 20:32 domU Filesystems Brian Hays
2005-03-25 20:39 ` Robin Green
2005-03-25 20:51 ` Christopher S. Aker
2005-03-25 20:58 ` Tupshin Harper
2005-03-25 21:35 ` Anthony Liguori [this message]
2005-03-25 21:48 ` Tupshin Harper
2005-03-26 19:17 ` Interim Xen Wiki [was: domU Filesystems] Martin Maney
[not found] ` <42457680.3010300@gmail.com>
2005-03-26 23:25 ` domU Filesystems Brian Hays
2005-03-27 0:29 ` Brian Hays
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42448433.8010206@us.ibm.com \
--to=aliguori@us.ibm.com \
--cc=brian.hays@gmail.com \
--cc=tupshin@tupshin.com \
--cc=xen-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.