
The fastest way to install ybin and yaboot is to run `make install'.

This will install the man pages in /usr/local/man by default and
ybin/mkofboot in /usr/local/sbin.  yaboot and ofboot will be
installed in /usr/local/lib/yaboot/.

you may change the install paths by setting variables ROOT, PREFIX and
MANDIR to make.  ie make ROOT=/ PREFIX=/usr MANDIR=/share/man (this is only
intended for package maintainers.)

mkofboot is no longer a separate script, its been integrated into ybin
since it used to share 90% of its code with ybin anyway. mkofboot can
be either a hard link or a symlink to ybin, it is distributed as a
symlink.

IMPORTANT: ybin now uses /etc/yaboot.conf to hold its configuration
options, it will still use a /etc/ybin.conf if it exists.  However
/etc/ybin.conf is deprecated and ybin >= 0.12 is not compatible with
previous ybin.conf files as the format has changed. You may specify an
alternate configuration file with the -C switch.

yaboot can be installed where you like but
/usr/local/lib/yaboot/yaboot is the first default location ybin will
look, followed by /usr/lib/yaboot/yaboot.

The included ofboot script should be in /usr/local/lib/yaboot/ but you
may put it anywhere, just change the magicboot= line in yaboot.conf to
the full path to this file, or use --magicboot /path/to/wrapper.  You
should *NOT* edit the ofboot.b script as of ybin 0.17!!

Thanks to Nicholas Humfrey for creating the Badge icon.

ybin needs hfsutils version 3.2.6 or later.

The man pages should be installed in /usr/local/man/man?/.  The *.8.gz
pages should be in /usr/local/man/man8/ and the *.5.gz page should be
in /usr/local/man/man5/.

If you need to remove ybin (say if your installing a debian package or
.rpm) you can do so by issuing the command `make deinstall'.
