Gentoo Install - make.conf

Associate
OP
Joined
30 Oct 2002
Posts
1,061
Location
It's all a bit Reddish...
Originally posted by Shak
Go to /usr/src/linux and type make menuconfig go to General Setup and have a look what it says under Processor Family

Shak

D'oh! :o Just started again from a stage 3 tarball. Well, I say started, it's just downloading now.

This may take some time :o.

[RB]
 
Associate
OP
Joined
30 Oct 2002
Posts
1,061
Location
It's all a bit Reddish...
I've been giving this some thought. I've got one 1.2GB, one 3.2GB and one 4.3GB lying around here. Will gentoo, fluxbox, phoenix, nedit and the java SDK fit onto the 1.2 GB disk? If so, I'm only gonna be using the box to do my Java work on so the files aren't gonna get that big. Should I bung in the 1.2 instead of the 4.3 currently in there?

Thanks

[RB]
 
Suspended
Joined
17 Oct 2002
Posts
9,495
Location
Sunny South-East
I found installing it from stage1 ate ~90% of a 2GB disk (good old GCC and XF86 eat the majority, even cleaning the temp dirs out after each compile run), so I think you'll have trouble fitting it onto a 1.2...

Fully installed it's using about 1200-1300MB, which still seems a little on the high-side.
 
Associate
OP
Joined
30 Oct 2002
Posts
1,061
Location
It's all a bit Reddish...
Ok mate. I'll leave the 4GB in there for now.

On another note finally got the thing booting! But now, alas, another problem :(!

It uncompresses and gets to the :

Code:
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.

Line, and then stops and hangs. Nothing, nada.

Any obvious things to try?

Thanks

[RB]
 
Associate
OP
Joined
30 Oct 2002
Posts
1,061
Location
It's all a bit Reddish...
Another problem :( .

When rebooting.

Code:
*  Remounting remaining filesystems readonly...         [!!]

/sbin/rc:  /bin/sync: No such file or directory
/sbin/rc:  /bin/sync: No such file or directory
/sbin/rc:  /sbin/sulogin: No such file or directory
/sbin/rc:  /bin/reboot: No such file or directory

[RB]

/edit just checked and "root=/dev/hda3"
 
Suspended
Joined
17 Oct 2002
Posts
9,495
Location
Sunny South-East
That'll be because the root fs isn't mounted.

root= refers to the / filesystem (not /boot in this instance, good old grub), make sure that's right in the grub.conf (menu.lst too) :)
 
Permabanned
Joined
18 Oct 2002
Posts
2,010
Location
Huddersfield / Antartica
Good work sir, you can get a Gentoo install without X in 540MB:

Code:
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda3             7.8G  540M  7.1G   9% /

This includes loads of stuff :)

Shak
 
Last edited:
Suspended
Joined
17 Oct 2002
Posts
9,495
Location
Sunny South-East
Originally posted by Shak
Good work sir, you can get a Gentoo install without X in 540MB:

Code:
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda3             7.8G  540M  7.1G   9% /

This includes loads of stuff :)

Shak

Jesus, it's 540MB without X?! I thought this was supposed to be lightweight..?
 
Soldato
Joined
26 Oct 2002
Posts
3,659
Location
Surrey
Originally posted by Nozzer
Jesus, it's 540MB without X?! I thought this was supposed to be lightweight..?

Yeah it's pretty bloated in my opinion. If it wasn't for the groovy emerge system I would have dumped it (I've still got a good mind to use Debian instead!).

Perhaps that's why Mpemba and Shak are talking about 100Mb /boot partitions :eek:
 
Soldato
Joined
26 Oct 2002
Posts
3,659
Location
Surrey
Personally I like RH for servers. Debian rocks (I've only ever used Storm though!).

I'm going to be using OpenBSD soon for my uber secure mail server :)
 
Associate
Joined
18 Oct 2002
Posts
445
Location
Bath, UK
Originally posted by R4z0r
Yeah it's pretty bloated in my opinion. If it wasn't for the groovy emerge system I would have dumped it (I've still got a good mind to use Debian instead!).

Perhaps that's why Mpemba and Shak are talking about 100Mb /boot partitions :eek:

I don't think binaries are stripped by default though, so doing that would probably bring the install down 100mb or so.
 
Associate
OP
Joined
30 Oct 2002
Posts
1,061
Location
It's all a bit Reddish...
It's alive!!!!! :D

Woohoo!

Final stages now! How do I get fluxbox, phoenix, nedit and the java SDK on there now?

Are ther any HOWTO's around on the subject?

or is it a simple case of 'emerge fluxbox'?

Thanks

[RB]
 
Back
Top Bottom