svn path=/nixos/trunk/; revision=7767
This commit is contained in:
@@ -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
@@ -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.
|
||||||
";
|
";
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user