File: Yard_doc-2.html

package info (click to toggle)
yard 1.17.patch1-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 600 kB
  • ctags: 74
  • sloc: perl: 1,729; sh: 250; makefile: 176; asm: 32
file content (56 lines) | stat: -rw-r--r-- 1,344 bytes parent folder | download
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.7">
 <TITLE>Yard Documentation: Requirements</TITLE>
 <LINK HREF="Yard_doc-3.html" REL=next>
 <LINK HREF="Yard_doc-1.html" REL=previous>
 <LINK HREF="Yard_doc.html#toc2" REL=contents>
</HEAD>
<BODY>
<A HREF="Yard_doc-3.html">Next</A>
<A HREF="Yard_doc-1.html">Previous</A>
<A HREF="Yard_doc.html#toc2">Contents</A>
<HR>
<H2><A NAME="s2">2. Requirements</A></H2>

<P>
<P>In order to use Yard, you need:
<P>
<UL>
<LI>A Linux kernel 2.0 or greater.
</LI>
<LI>The following features must be <EM>built-in</EM> to the kernel used
on the rescue disk:

<UL>
<LI>Ramdisk support</LI>
<LI>Ext2fs (second extended filesystem) support</LI>
<LI>Floppy disk support</LI>
</UL>


These <EM>cannot</EM> be provided as modules.  The kernel needs to
have them built-in so it can load the root filesystem.
</LI>
<LI>Perl version 5 or higher.  Version 4 will not work.  To see what
you have, type 
<PRE>
perl -v
</PRE>
.
</LI>
<LI>If you want to strip binaries, you need objcopy 2.6 or later
(type <CODE>objcopy -V</CODE>)
</LI>
<LI>Root access.  All of these scripts must be run as root.
</LI>
</UL>
<P>
<P>
<HR>
<A HREF="Yard_doc-3.html">Next</A>
<A HREF="Yard_doc-1.html">Previous</A>
<A HREF="Yard_doc.html#toc2">Contents</A>
</BODY>
</HTML>