diff options
author | maximilian attems <maks@debian.org> | 2008-12-18 17:03:42 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2008-12-18 17:03:42 +0100 |
commit | 3ad23cbea9da45fecb931b2fec9c79edc23004a1 (patch) | |
tree | 70c27f0703fa5029c15aefc766bac41c62f12440 | |
parent | b11f308d10ff9de4bb2a8fef44e1ec98d5e950e7 (diff) | |
download | initramfs-tools-3ad23cbea9da45fecb931b2fec9c79edc23004a1.tar.gz initramfs-tools-3ad23cbea9da45fecb931b2fec9c79edc23004a1.zip |
initramfs-tools.8: Document where to look up NFSOPTS
NFSOPTS is no longer sourced in initramfs.conf,
so it should only be documented at the place of use aka boot cmdline.
(closes: #502927)
Co-Author: Gerfried Fuchs <rhonda@debian.at>
-rw-r--r-- | initramfs-tools.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/initramfs-tools.8 b/initramfs-tools.8 index 5e1f083..ea0952b 100644 --- a/initramfs-tools.8 +++ b/initramfs-tools.8 @@ -1,4 +1,4 @@ -.TH INITRAMFS-TOOLS 8 "2008/07/05" "" "mkinitramfs script overview" +.TH INITRAMFS-TOOLS 8 "2008/12/18" "" "mkinitramfs script overview" .SH NAME initramfs-tools \- an introduction to writing scripts for mkinitramfs @@ -58,7 +58,8 @@ set the root file system type. \fB\fI nfsroot can be either "auto" to try to get the relevant information from DHCP or a string of the form NFSSERVER:NFSPATH or NFSSERVER:NFSPATH:NFSOPTS. -Use root=/dev/nfs for NFS to kick to in. +Use root=/dev/nfs for NFS to kick to in. NFSOPTS can be looked up in +\fInfs(5)\fP. .TP \fB\fI ip |