[Fai-commit] r4871 - people/michael/features/setup_harddisks_2

mt at alioth.debian.org mt at alioth.debian.org
Thu Apr 17 17:58:16 UTC 2008


Author: mt
Date: 2008-04-17 17:58:15 +0000 (Thu, 17 Apr 2008)
New Revision: 4871

Modified:
   people/michael/features/setup_harddisks_2/setup-storage.8
Log:
documented the options not reflected in the parser


Modified: people/michael/features/setup_harddisks_2/setup-storage.8
===================================================================
--- people/michael/features/setup_harddisks_2/setup-storage.8	2008-04-17 10:18:11 UTC (rev 4870)
+++ people/michael/features/setup_harddisks_2/setup-storage.8	2008-04-17 17:58:15 UTC (rev 4871)
@@ -172,8 +172,9 @@
                /* do not mount */
                | swap
                /* swap space */
-               | /[^[:space:]]*
-               /* fully qualified path */
+               | /[^[:space:]]*(:encrypt)?
+               /* fully qualified path; if :encrypt is given, the partition
+                * will be encrypted, the key is generated automatically */
 .Pp
 name ::= [^/[:space:]]+
          /* lvm volume group name */
@@ -196,8 +197,11 @@
                | [^[:space:]]
                /* mkfs.xxx must exist */
 .Pp
-fs_options ::= .*
-               /* options appended to mkfs.xxx call */
+fs_options ::= (createopts=".*"|tuneopts=".*")*
+               /* options to append to mkfs.xxx and to the filesystem-specific
+                * tuning tool */
+               | .*
+               /* arbitrary options appended to mkfs.xxx call */
 .Sh EXAMPLES
 # Configure the device /dev/hda
 disk_config hda   preserve:6,7   disklabel:msdos  bootable:3




More information about the Fai-commit mailing list