On Tue, 26 Mar 2002 00:12:45 +0100
Oliver Ob <ob_ok(a)gmx.net> wrote:
I am currently trying out several single disk boot
systems
because I wanted to learn how to create my own Linux boot disk
using which I can run a REAL TIGHT linux from this disk.
Such as:
all from one bootable CD in a selection menu
Where to read about that, or did I miss some passages?
Thank you anyway!
I never could make a bootable cd until I got mkcdrec from
http://freshmeat.net
It is a bash script, and you can look at it to see how it works.
It lets you choose any kernel to boot with and add any utilities
you want. You can even set the size of the ramdisks, so you
don't even need a harddrive, You can set it up to do ppp.
Try it. It comes with a nice README. It was designed to be
a bootable cd for cd backups, but you can make just the boot cd.
I have mine arranged to put my entire perl library on the cd, so I
can boot any machine and run all my scripts. If you would like to
know how to do that with mkcdrec, let me know, I'll post the method.
--
$|=1;while(1){print
pack("h*",'75861647f302d4560275f6272797f3');sleep(1);
for(1..16){for(8,32,8,7){print chr($_);}select(undef,undef,undef,.05);}}