File: install.html

package info (click to toggle)
makebootfat 1.4-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,808 kB
  • sloc: sh: 3,118; ansic: 2,746; asm: 148; makefile: 92
file content (34 lines) | stat: -rw-r--r-- 737 bytes parent folder | download | duplicates (5)
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
<html>
<head>
<title>makebootfat Installation</title>
</head>
<body>
<h2><center>makebootfat Installation</center></h2>
<p>
As root or user type:
<p>
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td width="5%"></td><td width="95%">
<pre>
./configure
make
</pre>
</td></tr></table>
<p>
and as root to install the program and the documentation
type:
<p>
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td width="5%"></td><td width="95%">
<pre>
make install
</pre>
</td></tr></table>
<p>
The documentation is in the man page:
<p>
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td width="5%"></td><td width="95%">
<pre>
man makebootfat
</pre>
</td></tr></table>
</body>
</html>