svn path=/nixos/trunk/; revision=7767

This commit is contained in:
Eelco Dolstra
2007-01-23 11:18:23 +00:00
parent d674ec1223
commit e3c5b9e752
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
<option> <option>
<xsl:for-each select="attr[@name = 'name']/list/string"> <xsl:for-each select="attr[@name = 'name']/list/string">
<xsl:value-of select="@value" /> <xsl:value-of select="@value" />
<xsl:if test="position() != last()">.</xsl:if> <xsl:if test="position() != last()">.</xsl:if>
</xsl:for-each> </xsl:for-each>
</option> </option>
</term> </term>
+4 -2
View File
@@ -227,7 +227,7 @@
<option>-o</option> flag; defaults to <literal>\"defaults\"</literal>). <option>-o</option> flag; defaults to <literal>\"defaults\"</literal>).
Instead of specifying <literal>device</literal>, you can also Instead of specifying <literal>device</literal>, you can also
specify a volume label (<literal>volume</literal>) for file specify a volume label (<literal>label</literal>) for file
systems that support it, such as ext2/ext3 (see <command>mke2fs systems that support it, such as ext2/ext3 (see <command>mke2fs
-L</command>). -L</command>).
"; ";
@@ -339,7 +339,8 @@
"; ";
} }
/*
{ {
name = ["services" "mingetty" "waitOnMounts"]; name = ["services" "mingetty" "waitOnMounts"];
default = false; default = false;
@@ -350,6 +351,7 @@
separate partition, you may want to turn this on. separate partition, you may want to turn this on.
"; ";
} }
*/
{ {