Re: muLinux and website on CD

From: anders.smith@philips.com
Date: Thu Apr 05 2001 - 18:26:23 CEST


Thankyou very much!

Excellent advice and very detailed.
I look forward to trying it over the weekend

Anders Smith

Please respond to mulinux@sunsite.dk@SMTP
To: mulinux@sunsite.dk@SMTP
cc:
Subject: Re: muLinux and website on CD
Classification:

On Wed, Apr 04, 2001 at 12:44:26PM -0500, anders.smith@philips.com nicely wrote:
> If I want to put my entire website and muLinux on a CD, s
> o that I could just ask the the PC to boot from CD and leave it,
> and the stuff would take care of it self.
>
> I'm not sure how to go about this in the smartest way.

Very easy. The "clone" concept helps a lot here. You simply have
to prepare a muLinux working system, with internal web server as
you like.

If you are using thttpd, the doc_root is /usr/srv/thttpd.
Put there your documents. After that:

        1. roclone
        2. move master.iso on the Windows
        3. use your favorite CD-burner

I have a SCSI HP cd-writer, and it works fine under mulinux with
the standard package "cdrecord". So, I only use 1).
The "clone" script freeze your system on the CD, -as is-

With the procedure described here, web pages are embedded in the
big ramdisk where the system itself belong to.

But, maybe, you would prefere to put the web pages in a
separated directory in the CD, for example html/ etc.
You can create a link in /usr/srv/thttpd to the directory, pointing
to /media/html. Indeed, at boot, the CD is mounted under /media.

There are some malfunction using this approach, because the CDROM
filesystem confuse a little the server: 8.3 filenames, etc.

As alternative, you can create a new ramdisk on the fly and copy
this directory in it, using the setup/local:

                device="/dev/ram`find_ramdisk`"
                mkfs.ext2 $device || exit
                mkdir -p /usr/srv/thttpd/html
                mount $device /usr/srv/thttpd/html
                cp -a /media/html/* /usr/srv/thttpd/html

How to create the html/ directory on the CD-ROM?
Pleease, read messages from "roclone": it offer you to put
on the master everything.

Michele

--
In summing up, I wish I had some kind of affirmative message to leave
you with, I don't. Would you take two negative messages? - Woody Allen
---------------------------------------------------------------------
To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.dk
For additional commands, e-mail: mulinux-help@sunsite.dk
---------------------------------------------------------------------
To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.dk
For additional commands, e-mail: mulinux-help@sunsite.dk


This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:18 CET