#!/bin/sh

cat << 'EOT'

**
**  This is the Desktop ROCK Linux installation disk. -> DON'T PANIC!  :-)
**
**  Desktop ROCK Linux is derived from ROCK Linux and contains additional
**  packages and configs for normal desktop usage. - But it is not
**  designed for an installation by the average Joe user - and so not that
**  clicky, color or automatic to install.
**
**  If you don't know what to do now, it's time to read the ROCK Linux
**  Install guide which can be found at "Documentation/INSTALL" on the
**  ROCK Linux CD-ROM.
**
**  Short installation overview (It is NOT a replacement for reading the
**  manual!!!): 1st: mount the source-medium to /src; 2nd: partionize your
**  disk; 3rd: create filessystems and swap; 4th: mount the target partition
**  to /trg and activate the swap; 5th: execute "Install": 6th: mount another
**  source (2nd CD?) and install it (you only need to run the setup scripts
**  after the last source-medium ...)
**
**  Use the command 'down' to reboot or halt the system.
**  Use the command 'helpmsg' to show this message.
**
**  WARNING: dRock is maintained by a very small group of people - and so
**           we do not have the hardware and time to test many combinations
**           of hardware - so dRock may be BROKEN or may even cause DAMAGE
**           on your system :-(
**
** It would be really nice if you would provide feedback! - See the homepage
** for eMail adresses and the mailing-list.
** 
** Much fun with dRock! - the dRock Team
**  (http://www.rocklinux.org/projects/drock/drock.html)

EOT
