forked from yast/yast-nfs-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (42 loc) · 1.41 KB
/
index.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<!-- $Id$ -->
<meta name="generator" content="HTML Tidy, see www.w3.org">
<title>Network Filesystem Server (NFS) - YaST2 configuration module</title>
<style type="text/css">
.type {color: #c05000}
</style>
</head>
<body bgcolor="white">
<h1>Network Filesystem Server (NFS) - YaST2 configuration module</h1>
<h2>Features</h2>
<p>The NFS server config module manages the /etc/exports file and
starts and stops the necessary init scripts: nfsserver and portmap.
<p>Directories to export can be selected in a browse dialog.
<h2>Background Documentation</h2>
<ul>
<li><a href="man:exports(5)">man exports(5)</a>
<li><a
href="http://www.linuxbase.org/spec/gLSB/gLSB/iniscrptact.html">Linux
Standard Base, Init Script Actions</a>
</ul>
<h2>Workflow</h2>
<h3>Changes since SL 7.2</h3>
<p>The 'New' buttons changed names to 'Add directory' and 'Add host'.
<p>Keyboard shortcuts have been made unique.
<p>An 'Abort' button has been added.
<h3>Overview</h3>
<p><img src="workflow.png">
<h3>Individual dialogs</h3>
<p><img src="nfs-server-1-start-000.png">
<p><img src="nfs-server-2-exports-000.png">
<p><img src="nfs-server-2a-dir-000.png">
<p><img src="nfs-server-2b-hosts-000.png">
<p><img src="nfs-server-3-save-000.png">
<h2>Implementation</h2>
<p><a href="autodocs/">Autodocs</a>
<hr>
<address><a href="mailto:[email protected]">Martin Vidner</a></address>
</body>
</html>