Installation for users
======================

Step 1.
------

Install the package:

  rpm --install -vh serel-*.rpm

Step 2
------

Patch your /etc/rc.d/rc file.

  # Log in as root.
  cd /etc/rc.d
  cp rc rc.ok # make a copy
  patch -p0 rc < /usr/share/serel/redhat_rc_7_x.patch 

Voila!  Go ahead and reboot!

Notes
=====
serel caches the dependencies amongst your computer's services,
so that your computer boots even faster the second around.

To turn serel off (eg to compare boot times), edit /etc/sysconfig/serel.

For instructions on how to use serel, see the doc/ subdirectory.

Installation for serel developers
=================================

  # Obtain the source code.
  # eg from http://www.fastboot.org

  gunzip serel-*.gz
  tar xvf serel-*.tar
  cd serel-*
  ./configure
  make
  make check
