[Fai-commit] r3287 - trunk/bin

fai-repository at svn.debian.org fai-repository at svn.debian.org
Fri Mar 10 21:54:03 UTC 2006


Author: lange
Date: 2006-03-10 21:54:02 +0000 (Fri, 10 Mar 2006)
New Revision: 3287

Modified:
   trunk/bin/setup_harddisks
Log:
fix wrong comments (closes: #356265)


Modified: trunk/bin/setup_harddisks
===================================================================
--- trunk/bin/setup_harddisks	2006-03-09 13:09:04 UTC (rev 3286)
+++ trunk/bin/setup_harddisks	2006-03-10 21:54:02 UTC (rev 3287)
@@ -65,14 +65,14 @@
 # config-file format:
 #   lines beginning with # are comments
 #
-# "disk_config <device>|first|end"
+# "disk_config <device>|<diskN>|end"
 #   The disk_config command starts the parsing.
 #   It has to be the first command.
 #    <device> is the harddisk to format in short form like "hda" or "sdc".
-#    if first is used, the first of $ENV{disklist} is used
+#    <diskN>  if first is used, the N-th disk of $disklist is used
 #    "end"    = end parsing here
 #   Example: "disk_config hdb"
-#   Example: "disk_config first"
+#   Example: "disk_config disk3"
 #
 # Defining one partition:
 # "primary|logical mountpoint|swap|- <size in mb>|preserve<No> [fstab-options][;extraordinary options]"




More information about the Fai-commit mailing list