]> git.ozlabs.org Git - yaboot.git/blob - INSTALL
sync with latest yaboot CVS
[yaboot.git] / INSTALL
1
2 The fastest way to install ybin and yaboot is to run `make install'.
3
4 This will install the man pages in /usr/local/man by default and
5 ybin/mkofboot in /usr/local/sbin.  yaboot and ofboot will be
6 installed in /usr/local/lib/yaboot/.
7
8 you may change the install paths by setting variables ROOT, PREFIX and
9 MANDIR to make.  ie make ROOT=/ PREFIX=/usr MANDIR=/share/man (this is only
10 intended for package maintainers.)
11
12 yaboot can be installed where you like but
13 /usr/local/lib/yaboot/yaboot is the first default location ybin will
14 look, followed by /usr/lib/yaboot/yaboot.
15
16 ybin needs hfsutils version 3.2.6 or later.
17
18 The man pages should be installed in /usr/local/man/man?/.  The *.8.gz
19 pages should be in /usr/local/man/man8/ and the *.5.gz page should be
20 in /usr/local/man/man5/.
21
22 If you need to remove ybin (say if your installing a debian package or
23 .rpm) you can do so by issuing the command `make deinstall'.