diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/command-line.txt | 2 | ||||
-rw-r--r-- | docs/kickstart-docs.txt | 12 |
2 files changed, 9 insertions, 5 deletions
diff --git a/docs/command-line.txt b/docs/command-line.txt index 29d32aa90..8bbf5e222 100644 --- a/docs/command-line.txt +++ b/docs/command-line.txt @@ -103,7 +103,7 @@ ks Kickstart over NFS. ks=cdrom: Kickstart from CDROM -ks=nfs:<path> Kickstart from NFS. +ks=nfs(:options):<path> Kickstart from NFS. NFS mount options are optional. ks=<url> Kickstart via HTTP. diff --git a/docs/kickstart-docs.txt b/docs/kickstart-docs.txt index 46f2d4f77..a26b1a860 100644 --- a/docs/kickstart-docs.txt +++ b/docs/kickstart-docs.txt @@ -1,10 +1,10 @@ Kickstart - Copyright (c) 2003 by Red Hat, Inc. + Copyright (c) 2003-2006 by Red Hat, Inc. - Copyright ^TM 2003 by Red Hat, Inc. This material may be distributed only - subject to the terms and conditions set forth in the Open Publication - License, V1.0 or later (the latest version is presently available at + This material may be distributed only subject to the terms and + conditions set forth in the Open Publication License, V1.0 or later + (the latest version is presently available at http://www.opencontent.org/openpub/). Distribution of substantively modified versions of this document is @@ -410,6 +410,10 @@ Creating the Kickstart File Directory containing the RedHat directory of the installation tree. + * --opts= + + Mount options to use for mounting the NFS export. (optional) + For example: nfs --server=nfsserver.example.com --dir=/tmp/install-tree |