Linux From Scratch 5.0 Book Released 32
Mecha-A writes "Linux From Scratch 5.0 was released earlier this month, incorporating GRUB as a bootloader, GNU coreutils, GCC 3.3, and lots of other package upgrades among other improvements. If you haven't tried it, LFS is a procedural outline for building a Linux system from the ground up. For those who can't get enough customizability..."
Linux from scratch (Score:2, Funny)
I hope there will be book about GNU/Linux from scratch soon.
(awaits the flame about old smelling men with beards, and so on)
Re:Linux from scratch (Score:2)
Tried LFS 4.1 (Score:2)
For others new to linux, I would recommend it. All you need is:
- A spare parti
Re:Tried LFS 4.1 (Score:2)
However, for a long running system, LFS is way too time consuming. I switched to Gentoo [gentoo.org] after a while, with all the customization, at a fraction of the time cost.
This looks like a very handy tool. (Score:1)
I'm Installing It Right Now (Score:1)
Reinventing Slackware... (Score:2)
I've seen this all before... Oh yeah: that's what Slackware was about. You see, real hackers installed Linux the hard way, and SLACKERS used Slackware. You can slack off your installation... Red Hat was (as far as I can remember) based on Slackware, which left much to be desired back in the day.
Now we come full circle. May I interest you in trying FreeBSD 4.x? Have I mentioned the PORTS tree?
Gentoo (Score:1)
Re:Gentoo (Score:1)
Re:Gentoo (Score:2)
I've got an nforce2 motherboard with an onboard 3com ethernet card that wasn't added to the 3c59c module until 2.4.21 or so. As I understand it, Gentoo uses 2.4.20. I would therefore not be able to access the net and download all the required packages if I did a stage1 or stage2 build.
Am I missing something, or would I have to wait for another release that uses 2.4.22/2.6.x? I guess I'll just fiddle with my LFS system until then...
Re:Gentoo (Score:2)
Personally, I use mm-sources -- 2.6.0test8-mm2 currently. Been using it for almost three weeks, works fine. (Tried to upgrade to test9-mm1, had mouse trouble, so I downgraded again.)
Re:Gentoo (Score:1)
The book I'm looking for (Score:2)
Hell or how about how to make a bootable cdrom for installing your distro.
I've looked but no such luck. Maybe the google nazis can find something to help out!
A distro (Score:2)
As to a bootable cdrom how about this? [tldp.org]
Google nazis? is that a sequitur?
Re:A distro (Score:2)
Re:A distro (Score:2)
Re:A distro (Score:2)
Re:The book I'm looking for (Score:1)
You can use it to format a hard disk, fdisk etc.
Then mount the cdrom with your distro
and copy the files.
Call lilo from your distro using chroot
to finalise the thing, and voila' your distro is ready.
Sure, it's not your neighbourhood friendly installer, but it works fine.
LFS 4.1 (Score:3, Informative)
On the major tips side of things, if you've never done LFS before, make sure you download and install ssh for scp and sftp or lynx/links before booting into it. LFS is bare to the point of having no www, ftp, or nfs utilities, which can be annoying. =p Anyways, for those brave few souls, good luck, and happy compiling!
Automate with Bash Scripts (Score:2, Interesting)
Re:Automate with Bash Scripts (Score:2, Informative)
Also, the Beyond LFS [linuxfromscratch.org] hints are a great resource even if you don't use LFS. Sho
Re:Automate with Bash Scripts (Score:1)
I thought LFS was great, right up to the point that I had to uninstall stuff. I can't see any reliable way to do it (make uninstall isn't always implemented well).
Ever since I got a broadband connection, I've been using Gentoo. This doesn't make any sense to me, but I swear Gentoo runs slower than LFS, which leads me to my other LFS complaint: any peculiarities to your system need to be documented thoroughly by you.
I love LFS, but after a point, I just get tired of being a full-time, unpaid sysadmin.
Re:Automate with Bash Scripts (Score:1)
Almost all programs that can be installed with the "./configure ; make ; make install" dance work fine with Epkg. Gnome is an exception, with that miserable S
Re:Automate with Bash Scripts (Score:1, Insightful)
Re:Automate with Bash Scripts (Score:1)