1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.7">
<TITLE>Yard Documentation: Installation</TITLE>
<LINK HREF="Yard_doc-4.html" REL=next>
<LINK HREF="Yard_doc-2.html" REL=previous>
<LINK HREF="Yard_doc.html#toc3" REL=contents>
</HEAD>
<BODY>
<A HREF="Yard_doc-4.html">Next</A>
<A HREF="Yard_doc-2.html">Previous</A>
<A HREF="Yard_doc.html#toc3">Contents</A>
<HR>
<H2><A NAME="s3">3. Installation</A></H2>
<P>
<P>From within the toplevel directory, issue these commands:
<P>
<OL>
<LI><CODE>su root</CODE></LI>
<LI><CODE>./configure </CODE></LI>
<LI><CODE>make</CODE>
<P>
<P>This creates copies of your /etc/fstab and
/etc/lilo.conf and places them in the Replacements
subdirectory with a few modifications, explained below.
<P>
</LI>
<LI><CODE>make install</CODE>
<P>
<P>Note that it will try to install copies of Bootdisk_Contents
and Config.pl. If you have used a previous version of Yard, you may
already have copies of these installed that you don't want
overwritten. It will ask before overwriting any file; simply answer
"no" in this case.
<P>
</LI>
</OL>
<P>By default, the configure script will install files in the following
directories:
<P>
<PRE>
Perl programs: /sbin
Replacement and extras dirs: /etc/yard
Yard configuration files: /etc/yard
(Config.pl and Bootdisk_contents)
</PRE>
<P>These defaults are based on my interpretation of the Linux File System
Standard (FSSTND). If you don't like these, change the three
directory definitions at the beginning of the <CODE>configure</CODE> script.
<P>
<HR>
<A HREF="Yard_doc-4.html">Next</A>
<A HREF="Yard_doc-2.html">Previous</A>
<A HREF="Yard_doc.html#toc3">Contents</A>
</BODY>
</HTML>
|