Hi,
I didn't know where else to post this.
Want a bootable cd with perl,
your scripts, the entire perl5 lib,
and Midnight Commander?
Go to:
http://freshmeat.net/projects/mkcdrec/
and download mkCDrec_v0.6.0.tar.gz

then follow these additional instructions.
1. Untar the package and cd to the mkcdrec directory.

2. mkdir 'utilities'

3. copy the entire /usr/lib/perl5 directory to
mkcdrec/utilities/perl5

4. Edit the Config.sh at(or near) line 325 where
a section called 'Links=' is started.
Add a link like this:
/usr/lib=perl5=/cdrom/utilities/perl5

5. You can copy as many of your utilities as
you want to this utilities directory, and
make links. However, it is easier to do the
next step.

6. Goto Config.sh around line 224 where the section
called 'Binaries=' begins. Just add entries there,
like:
perl
perldoc
mycoolscript.pl
etc
etc.
This ends the perl part of the setup.

7. Goto the beginning of Config.sh and edit each
entry to suit your system.
For certain, specify LINUX_KERNEL that you wish to use.
Like:'/boot/vmlinuz.suse-2.4.4-4GB'
BURNCDR=y
SCSIDEVICE='0,1,0' ( or whatever you use for your system )
(cdrecord -scanbus will tell you)
etc, etc,etc
Don't ignore the line for DEVFS=0 , the cd won't boot
if you set this wrong. Set it to 1 only if your kernel
supports it.

8. Finally do a 'make test' to see how your Config.sh looks.
If all is well, do a 'make'; select option 1 (Rescue CD),
and your cd will be made.

9. Boot it, and start mc, I'm sure you can take it from there.

In reply to bootable perl cdrom by zentara

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.