Building a custom Linux Live CD

Posted by Mike Heinz on Stack Overflow See other posts from Stack Overflow or by Mike Heinz
Published on 2008-08-28T19:01:03Z Indexed on 2010/06/10 15:32 UTC
Read the original article Hit count: 238

Filed under:

Can anyone point me to a good tutorial on creating a bootable Linux CD from scratch?

I need help with a fairly specialized problem: my firm sells an expansion card that requires custom firmware. Currently we use an extremely old live CD image of RH7.2 that we update with current firmware. Manufacturing puts the cards in a machine, boots off the CD, the CD writes the firmware, they power off and pull the cards. Because of this cycle, it's essential that the CD boot and shut down as quickly as possible.

The problem is that with the next generation of cards, I have to update the CD to a 2.6 kernel. It's easy enough to acquire a pre-existing live CD - but those all are designed for showing off Linux on the desktop - which means they take forever to boot.

Can anyone fix me up with a current How-To?


Update:

So, just as a final update for anyone reading this later - the tool I ended up using was "livecd-creator".

My reason for choosing this tool was that it is available for RedHat-based distributions like CentOs, Fedora and RHEL - which are all distributions that my company supports already. In addition, while the project is very poorly documented it is extremely customizable. I was able to create a minimal LiveCD and edit the boot sequence so that it booted directly into the firmware updater instead of a bash shell.

The whole job would have only taken an hour or two if there had been a README explaining the configuration file!

© Stack Overflow or respective owner

Related posts about linux