Hi all,
Do we have in fedora a utility similar to debootstrap that will help creating a Fedora base system from scratch?
On Wed, Dec 31, 2008 at 6:12 PM, Sri Ramadoss M shriramadhas@gmail.comwrote:
Hi all,
Do we have in fedora a utility similar to debootstrap that will help creating a Fedora base system from scratch?
Missed giving link to debootstrap -- http://packages.debian.org/etch/debootstrap
On Mon, Jan 5, 2009 at 9:02 PM, Rahul Sundaram sundaram@fedoraproject.orgwrote:
Sri Ramadoss M wrote:
Hi all,
Do we have in fedora a utility similar to debootstrap that will help creating a Fedora base system from scratch?
yum has a --installroot option or you can use mock depending on what you intend to use it for.
Thanks. I also found rpmstrap, pretty old but and unmaintained now.
Sri Ramadoss M wrote:
On Mon, Jan 5, 2009 at 9:02 PM, Rahul Sundaram <sundaram@fedoraproject.org mailto:sundaram@fedoraproject.org> wrote:
Sri Ramadoss M wrote: Hi all, Do we have in fedora a utility similar to debootstrap that will help creating a Fedora base system from scratch? yum has a --installroot option or you can use mock depending on what you intend to use it for.
Thanks. I also found rpmstrap, pretty old but and unmaintained now.
What are you planning to use it for?
Rahul
On Tue, Jan 6, 2009 at 12:08 PM, Rahul Sundaram sundaram@fedoraproject.orgwrote:
What are you planning to use it for?
Well, I have packages identified and listed for making a custom storage distro that can be used for Backup, Shares etc., (NAS). Now need to build upon it further.
I have a local yum repository to which the the identified rpms are added. Now trying to work beyond that. The tool has to fetch from the repo, give me a base system and then depending upon the components chosen, install extra packages to it.
Sri Ramadoss M wrote:
On Tue, Jan 6, 2009 at 12:08 PM, Rahul Sundaram <sundaram@fedoraproject.org mailto:sundaram@fedoraproject.org> wrote:
What are you planning to use it for?
Well, I have packages identified and listed for making a custom storage distro that can be used for Backup, Shares etc., (NAS). Now need to build upon it further.
I have a local yum repository to which the the identified rpms are added. Now trying to work beyond that. The tool has to fetch from the repo, give me a base system and then depending upon the components chosen, install extra packages to it.
Yeah. Use Mock.
Rahul