Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How is gentoo base system created/made?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
colag
Tux's lil' helper
Tux's lil' helper


Joined: 26 Sep 2009
Posts: 105

PostPosted: Fri Mar 09, 2012 5:50 am    Post subject: How is gentoo base system created/made? Reply with quote

Downloading the stage3 i extract it in the ext4 partition, then installing linux kernel, install portage.
But how is that stage3 created/made?
What is the process to make the base linux system without the kernel and portage.
Can anyone mention the step by step process to do it.

NOTE: I know about LFS process. I'm not talking about LFS. It's about gentoo base system(stage3)
Back to top
View user's profile Send private message
ultraincognito
Guru
Guru


Joined: 03 Jun 2011
Posts: 346
Location: Ukraine

PostPosted: Fri Mar 09, 2012 6:58 am    Post subject: Reply with quote

The new system is a child of the older.
Back to top
View user's profile Send private message
colag
Tux's lil' helper
Tux's lil' helper


Joined: 26 Sep 2009
Posts: 105

PostPosted: Fri Mar 09, 2012 8:04 am    Post subject: Reply with quote

ultraincognito wrote:
The new system is a child of the older.

How is the oldest one created/made?
Back to top
View user's profile Send private message
ultraincognito
Guru
Guru


Joined: 03 Jun 2011
Posts: 346
Location: Ukraine

PostPosted: Fri Mar 09, 2012 8:34 am    Post subject: Reply with quote

In the same way. Generally it is a question of a hen and an egg. Nobody don't know it and if somebody says that knows then it lies. It is same how and with living organisms.
Back to top
View user's profile Send private message
colag
Tux's lil' helper
Tux's lil' helper


Joined: 26 Sep 2009
Posts: 105

PostPosted: Fri Mar 09, 2012 9:02 am    Post subject: Reply with quote

ultraincognito wrote:
In the same way. Generally it is a question of a hen and an egg. Nobody don't know it and if somebody says that knows then it lies. It is same how and with living organisms.

Does that mean it has been created reading the LFS documentation?
Back to top
View user's profile Send private message
ultraincognito
Guru
Guru


Joined: 03 Jun 2011
Posts: 346
Location: Ukraine

PostPosted: Fri Mar 09, 2012 10:21 am    Post subject: Reply with quote

I don't think so because our Gentoo is based on the Enoch Linux that was founded earlier that the LFS book was written.
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10590
Location: Somewhere over Atlanta, Georgia

PostPosted: Fri Mar 09, 2012 12:04 pm    Post subject: Reply with quote

ultraincognito wrote:
In the same way. Generally it is a question of a hen and an egg. Nobody don't know it and if somebody says that knows then it lies. It is same how and with living organisms.
Funny. :roll:

@colag, Gentoo Stages and install media are built by the Release Engineering team with the Catalyst release building tool. This is mostly an automation system that drives Portage to build all of the components of a release, driven by a "spec file". However, since it's predominantly a developer tool, documentation is rather sparse. It's not too inscrutable, though. I was able to build my own minimal install CD with ZFS filesystem support in the kernel with a moderate amount of work.

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8710
Location: ~Brussels - Belgique

PostPosted: Fri Mar 09, 2012 12:51 pm    Post subject: Reply with quote

Hello,

There is a document here : http://dev.gentoo.org/~vapier/PORTING-HOWTO

In big idea, you need at least gcc, python, to install manyally portage

Then generate stage 1
Code:
ROOT=/mnt/gentoo emerge -1kav $(grep -v '#' /usr/portage/default/linux/packages.build)


then you can chroot into it and continue the procedure (old Gentoo doc, installing from stage 1)
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum