LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 12-19-2001, 05:57 PM   #61
RecoilUK
Member
 
Registered: Jul 2001
Location: Southampton, England
Distribution: Mandrake 8.2 , Slackware 8.1, $LFS
Posts: 270

Original Poster
Rep: Reputation: 30

BTW guys

I know this is a thread inside a thread, but what desktop are you using, coz I dont like KDE as its bloody slow although Konqueror is good with its built in viewers, anything else like that?

I,ve been looking at enlightenment, but I have no idea of its speed, i,ll have to try a few out on Mandy before I sether it completely, I think i,ll dual boot for a while anyway.

Thx guys

RecoilUK
 
Old 12-19-2001, 08:18 PM   #62
taz.devil
Senior Member
 
Registered: Nov 2001
Location: Wa. State
Distribution: Slackware
Posts: 1,261

Rep: Reputation: 45
Start charging? LOL Naw...Don't think i'm that good yet. But no problem. Yeah, I saw the scripts and my eyes popped out. Thank goodness for downloading the bootscripts. I wrote the first two before I remembered that. Hehe...

I don't mind Konquerer but there are a few others. Nautilus I believe does quite a bit for a file manager/browser. As for window managers, Enlightenment its killer, windowmaker is good too...They are both alot less resource hungry than KDE.
 
Old 12-20-2001, 01:51 AM   #63
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by RecoilUK
BTW guys

I know this is a thread inside a thread, but what desktop are you using, coz I dont like KDE as its bloody slow although Konqueror is good with its built in viewers, anything else like that?

I,ve been looking at enlightenment, but I have no idea of its speed, i,ll have to try a few out on Mandy before I sether it completely, I think i,ll dual boot for a while anyway.

Thx guys

RecoilUK
when i finish mine.. i plan on using xfce.. www.xfce.org small, fast and just suits my own needs at least.
 
Old 12-20-2001, 08:35 AM   #64
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Enlightenment is pretty, real pretty... extensively pretty, ghastly beautiful. That's why the rest of the machine slows to a crawl because its kneeling before the power that is Enlightenment. I'm a Gnome user, but I'm not proud, I just thought KDE was blocky. As far as window managers go... er, all I use X for is to surf. Sawfish is what's on most of my machines, but I think that's just the default anyway and I'm too slack to change it. I've got Nautalus on another. Hmm...

Yeah, I take it from the change of topic that you got to the end? 'tis over Recoil?
 
Old 12-20-2001, 12:26 PM   #65
RecoilUK
Member
 
Registered: Jul 2001
Location: Southampton, England
Distribution: Mandrake 8.2 , Slackware 8.1, $LFS
Posts: 270

Original Poster
Rep: Reputation: 30
Nah not yet m8, i,m just doing the boot scripts at the moment, I think i,ll type them so I learn some stuff to.

L8rs

RecoilUK
 
Old 12-20-2001, 01:27 PM   #66
RecoilUK
Member
 
Registered: Jul 2001
Location: Southampton, England
Distribution: Mandrake 8.2 , Slackware 8.1, $LFS
Posts: 270

Original Poster
Rep: Reputation: 30
Hi guys

Any tips on writing out my fstab file

/ = hdc1
/usr = hdc6
/var = hdc7
/home = hdc8
swap = hdc5

i,m using ext2

and what the hell is dev/pts and do I need it, its in the Mandy setup.

also in the Mandy setup there isnt a usb file system, which is probably the reason why i cant reconnect to my usb modem unless i restart the usb service from the control panel, or is there another reason?

any help on this would be great.

p.s. you may have guessed by the speed of me getting this far allready that I didnt type out all the boot scripts in the end.

ahh copy & paste ---- wonderfull invention lmao

l8rs

RecoilUK
 
Old 12-20-2001, 01:37 PM   #67
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Rockin, Congrats on finishing. This should work:


/dev/hdc5 swap swap defaults 0 0
/dev/hdc1 / ext2 defaults 1 1
/dev/hdc6 /usr ext2 defaults 1 1
/dev/hdc7 /var ext2 defaults 1 1
/dev/hdc8 /home ext2 defaults 1 1
/dev/fd0 /a: msdos user,noauto 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0

This will of course assume you compiled msdos file support into your kernel, which I hope you did if ever plan on using a floppy much. Offhand I have no idea what the /dev/pts entry is for, but its not on my older boxen so my guess is that its required by the journaling FSs? Who knows...
All the 10101 garbage means is whether the partition is flagged readable and writeable. Offhand I don't remember which is which.

-Cheers,

Finegan

Last edited by finegan; 12-20-2001 at 01:49 PM.
 
Old 12-20-2001, 02:24 PM   #68
RecoilUK
Member
 
Registered: Jul 2001
Location: Southampton, England
Distribution: Mandrake 8.2 , Slackware 8.1, $LFS
Posts: 270

Original Poster
Rep: Reputation: 30
Ahh help plz

Kernel compile, whats all these options about then?

I got the correct chip, but what are the rest?

My system is an AMD K6-3 400 on an ASUS P5A bog standard lmao.

What do you recommend??

Thx guys

RecoilUK
 
Old 12-20-2001, 02:51 PM   #69
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
make menuconfig has always been the easiest for me.

Check that reference Taz gave you so you'll know to compile in the block device that will talk to the hardware clock, and those two other things with net-pf-4/9

Under filesystems, make sure to give the kernel the ability to read and write DOS as all the world's floppies are DOS more or less.

Make sure to get your NIC in there under Networking.

You might want to take out SMP, which is a default under general, as some things get dodgy with an SMP kernel and you only have one processor anyway.

Er, uh... before you even start, lspci and find out what hardware you have to support and then just make the modules (or put it in the kernel) for those.

Remember, less is more. Take out IrDa and SCSI if you don't have it, and firewire, and Video for Linux since you probably don't have a $150 video card, and ISDN goop, and fibre channel...

when you run make, try this instead:

time make

If it takes that AMD butt kicker more than 20 minutes, I'm going to swim accross the pond and laugh at you.

Remember, with the defaults, your system will probably boot (actually, no, the default chip setting these days is PIII, but other than that). If you find you're missing something, make clean, then make menuconfig and your old config is still there to add to. Then do it all again. Its best to have a good film handy.

-Cheers,

Finegan
 
Old 12-20-2001, 03:33 PM   #70
taz.devil
Senior Member
 
Registered: Nov 2001
Location: Wa. State
Distribution: Slackware
Posts: 1,261

Rep: Reputation: 45
Congrats also Recoil! The kernel is the fun part, you get to really slim things down. As you go through it, just hit SHIFT + ? and read the help file to see if you need it. Also things like ext2 file support etc..Shouldn't be compiled as modules. It's best just to read through things and make sure you get all the dependancies right and so on...But ike finegan said, you can always start over as long as you can boot.

P.S. Next time I recompile finegan, i'm gonna try that make option (time) and see how long it takes, i was always curious. Thanks...
 
Old 12-20-2001, 03:56 PM   #71
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Hey Taz, I like to time things:

How fast is LFS?

Athlon 1.2Ghz, 512Mb RAM, running Slack 8 as bloated as I could get it, compiling the 2.4.16 kernel: 127 Seconds

Pentium 3 (Coppermine), 128 Mb RAM, running Mandrake 8.0, rather pudgy and bloated with pretty GUI toys, X running, on the 2.4.3 kernel, compiling 2.4.16 for a different machine (see below): 10 minutes, 25 Seconds

Dual Chip Pentium Pro 200Mhz, 64Mb RAM, running Slack 8 with a 2.4.14 SMP kernel, compiling 2.4.16 SMP: 15 minutes, 45 Seconds

Pentium 200Mhz, 64Mb RAM, running all 11 processes in 'top' on Plebian, also compiling the 2.4.16 kernel: 17 minutes, 20 Seconds

Same machine as above compiling 2.4.16 for Plebian while running a patched and slapped Slack7.1 install: 42 minutes, 30 Seconds

Pentium 133Mhz, 24Mb RAM, Slack 8, running the 2.4.5 kernel and compiling a slim 2.4.16... this still took forever: 3 Hours, 34 Minutes, ? Seconds

I like LFS. All of these compiles were using the 'leave it out' method of menuconfig, except for the Athy which had a number of colorful filesystems supported in kernel.

Last edited by finegan; 12-20-2001 at 04:08 PM.
 
Old 12-20-2001, 04:00 PM   #72
RecoilUK
Member
 
Registered: Jul 2001
Location: Southampton, England
Distribution: Mandrake 8.2 , Slackware 8.1, $LFS
Posts: 270

Original Poster
Rep: Reputation: 30
MMMMwwwwwhahahahahahahahah

I luv it

It only booted first tome woohoo lmao

A few errors , like eth0 etc but it boots lol

Now what lol

RecoilUK
 
Old 12-20-2001, 04:08 PM   #73
RecoilUK
Member
 
Registered: Jul 2001
Location: Southampton, England
Distribution: Mandrake 8.2 , Slackware 8.1, $LFS
Posts: 270

Original Poster
Rep: Reputation: 30
I,m not sure I compiled the Kernel correctly as far as the networking is concerned though, probably because I dont quite understand networking properly yet.

Maybe if I tell you guys what I want to be able to do, hten you can tell me what I need to compile?

Anyway basic networking between FAST AS HELL LFS *chuckles* and windows, maybe Samba, and definately routing(IP MASQing) from my Linux box to windows, firewalling and all the usual stuff, web, graphics, etc.

Oh btw I couldnt find a single option for DOS, maybe I wasnt looking hard enough.

L8rs guys

Thx for the help, its appreciated

RecoilUK
 
Old 12-20-2001, 04:09 PM   #74
RecoilUK
Member
 
Registered: Jul 2001
Location: Southampton, England
Distribution: Mandrake 8.2 , Slackware 8.1, $LFS
Posts: 270

Original Poster
Rep: Reputation: 30
Oh and internet connection with Alcatel USB, but I think I got that sorted because I chose the USB OH** option.

RecoilUK
 
Old 12-20-2001, 07:01 PM   #75
taz.devil
Senior Member
 
Registered: Nov 2001
Location: Wa. State
Distribution: Slackware
Posts: 1,261

Rep: Reputation: 45
Quote:
Originally posted by finegan
Hey Taz, I like to time things:

How fast is LFS?

Athlon 1.2Ghz, 512Mb RAM, running Slack 8 as bloated as I could get it, compiling the 2.4.16 kernel: 127 Seconds

I like LFS. All of these compiles were using the 'leave it out' method of menuconfig, except for the Athy which had a number of colorful filesystems supported in kernel.
Darn skippy on the 'ol Athlon! I JUST recompiled 2.4.16 and forgot to use the time option. I'll redo it just to see in a bit, but with my 1G T-Bird and 512 RAM it took no more than 3 minutes. I'll post some times in a bit here. But I only have one PC so, oh well...LOL
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux From Scratch Help! TechnoPhile Linux From Scratch 7 05-20-2005 12:25 AM
Linux From Scratch fuelinjection Linux - General 8 12-04-2003 01:48 AM
ali aladdin v agp stinks :scratch: :scratch: :scratch: Mr Marmmalade Linux - Hardware 1 07-08-2003 05:11 AM
Linux From Scratch astablemaverick Linux From Scratch 1 08-03-2002 02:59 AM
Need Help with Linux From Scratch!! jbhoo Linux From Scratch 8 04-23-2002 06:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 09:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration