old-www/HOWTO/openMosix-HOWTO/x536.html

219 lines
4.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>Getting Started</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="The openMosix HOWTO"
HREF="index.html"><LINK
REL="UP"
TITLE="PlumpOS"
HREF="plumpos.html"><LINK
REL="PREVIOUS"
TITLE="Requirements"
HREF="x516.html"><LINK
REL="NEXT"
TITLE="Cluster Installation"
HREF="installation.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>The openMosix HOWTO: </TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="x516.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 6. PlumpOS</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="installation.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="AEN536"
></A
>6.4. Getting Started</H1
><P
>You can download the latest PlumpOS package under the terms of the
GPL, without warranty of any kind, from any PlumpOS mirror. Upon
downloading, unpack the archive
<TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="PROGRAMLISTING"
>$ tar -xvzf plumpos-6.9-rc1.tar.gz</PRE
></FONT
></TD
></TR
></TABLE
>
and enter the new directory "plumpos-6.9-rc1/". Now you have several
options as to how you go about setting up PlumpOS.</P
><P
>First let's familiarize with the directory structure here. There
should be 3 directories:
<P
></P
><UL
><LI
><P
>rootdisk, which contains the layout of the iso to be created;</P
></LI
><LI
><P
>scripts, which contains small programs used to help in the creation of
the iso;</P
></LI
><LI
><P
>final, which will contain the ISO generated by the whole process.</P
></LI
></UL
>
There should also be a file called install which you will run when you
are done configuring your system.</P
><P
>If you intend on using your own kernel with PlumpOS, there are several
steps you must follow in order for it to boot properly. First you must
make a new directory in the rootdisk/kernels/ directory that will be
in the old and often blamed DoS 8.3 character format and only contain
letters and numbers (and a single '.'). In that directory you should
put a file named bzImage which is your kernel and a file named
modules.tgz which is a gzipped tarball of your kernel's modules (with
the relative path of lib/modules/ so it can be extracted from the root
dir). Optionally you can also provide the System.map and config file
for your kernel. When this is done you may simply run the install
program and it will detect and install your kernel(s) for use with the
generated ISO.</P
><P
>Now, say you want to include a 3rd party add-on package. This is done
very simply: create a gzipped tarball containing all the files you
want to include in your package (relative to "/") and put these
packages into the rootdisk/packages/ directory. Then edit the file
rootdisk/packages/list and add the path relative to / on the ramdisk
where the package can be located (in other words for a package named
"openssl.tar.gz", add the line "/cdrom/packages/openssl.tar.gz" to the
file rootdisk/packages/list). Optionally you can use a line such as
"cdrom:openssl.tar.gz" which will automatically search the cdrom's
packages directory for the package "openssl.tar.gz". In future
releases this will be useful for things like nfs and boot floppies, so
for now don't worry about it ;)</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="x516.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="installation.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Requirements</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="plumpos.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Cluster Installation</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>