Changeset a945d40 for basicnet/netprogs/nfs-utils/nfs-utils-inst.xml
- Timestamp:
- 03/11/2004 06:50:24 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2f473b2
- Parents:
- 14e31ce3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netprogs/nfs-utils/nfs-utils-inst.xml
r14e31ce3 ra945d40 1 <sect2> 2 <title>Kernel Configuration</title> 3 4 <para>Enable the following options in the kernel configuration 5 and recompile the kernel if neccessary:</para> 6 7 <screen>File systems: 8 Network File Systems: 9 NFS File System Support: M or Y 10 NFS Server Support: M or Y</screen> 11 12 <para>Select the appropriate sub-options that appear when the above options 13 are selected.</para> 14 15 </sect2> 16 1 17 <sect2> 2 18 <title>Installation of nfs-utils</title> … … 4 20 <para>Install nfs-utils by running the following commands:</para> 5 21 6 <para><screen><userinput>./configure </userinput></screen></para> 22 <para><screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc && 23 make && 24 make install</command></userinput></screen></para> 25 26 <note><para>If your <filename>/usr</filename> directory is NFS mounted, 27 you should install the executables in <filename>/sbin</filename> by passing 28 an additional parameter <command>--sbindir=/sbin</command> to the above 29 <command>./configure</command> command.</para></note> 7 30 8 31 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.