0

There is an upcoming programming challenge (forensics challenge) that asks the entrants to write a program that runs on a bootable cd that helps format attached media to that computer.

I'm considering submitting an entry and I'd like to utilize as much existing open-source software as possible. In fact, I think the programming I'll be doing for this will be mostly writing a GUI wrapper around a couple open source linux utilities.

For the first part, I want to get the bootable CD working and I'm looking to use an existing linux live-cd disrtrobution. What is a minimal live-cd distribution that would be a good candidate for this usecase?

Considerations:

  • Minimal
  • Small memory footprint
  • Fast boot times
KingNestor
  • 65,976
  • 51
  • 121
  • 152
  • this will quickly descend into "what's your favourite linux distro", regardless of actual requirements. – skaffman Sep 21 '09 at 18:51

5 Answers5

1

Personally I favor slax. It comes as a good package as it is and is pretty slim for its content.

http://www.slax.org/

Jonas B
  • 2,351
  • 2
  • 18
  • 26
1

If you like Ubuntu, you can create your own custom LiveCD. Many other distributions offer this as well. I know that Gentoo also supports creating a custom Live distro.

Ben S
  • 68,394
  • 30
  • 171
  • 212
1

Take a look at SUSE studio. It's basically a web-based engine that lets you customize your own distro or LiveCD based on SUSE.

Tim
  • 59,527
  • 19
  • 156
  • 165
1

Another option is rBuilder: http://www.rpath.com/corp/

joemoe
  • 5,734
  • 10
  • 43
  • 60
0

A small linux distribution then you don't get much smaller than damn small linux.

Not the best distro about but from your description I don't think you intend to use this for anything other than your challenge. Meets your 3 requirements easily.

Davie
  • 818
  • 3
  • 12
  • 24