svn commit: r39401 - head/en_US.ISO8859-1/articles/portbuild
Mark Linimon
linimon at FreeBSD.org
Mon Aug 20 20:47:14 UTC 2012
Author: linimon
Date: Mon Aug 20 20:47:14 2012
New Revision: 39401
URL: http://svn.freebsd.org/changeset/doc/39401
Log:
Add the mystic chant for creating the zpool. While here, remove an extra
copy of an instruction, and add the two things I inevitably forget when
installing a server.
Modified:
head/en_US.ISO8859-1/articles/portbuild/article.sgml
Modified: head/en_US.ISO8859-1/articles/portbuild/article.sgml
==============================================================================
--- head/en_US.ISO8859-1/articles/portbuild/article.sgml Mon Aug 20 13:55:48 2012 (r39400)
+++ head/en_US.ISO8859-1/articles/portbuild/article.sgml Mon Aug 20 20:47:14 2012 (r39401)
@@ -2724,12 +2724,25 @@ ganglia:*:102:102::0:0:User &:/usr/local
</step>
<step>
+ <para>Add the following to <filename>/boot/loader.conf</filename>:<screen>
+console="vidconsole,comconsole"</screen>
+ </para>
+ </step>
+
+ <step>
<para>Add the following to <filename>/etc/sysctl.conf</filename>:<screen>
kern.maxfiles=40000</screen>
</para>
</step>
<step>
+ <para>Make sure the following change is made to
+ <filename>/etc/ttys</filename>:<screen>
+ttyu0 "/usr/libexec/getty std.9600" vt100 on secure</screen>
+ </para>
+ </step>
+
+ <step>
<para>TBA</para>
</step>
</procedure>
@@ -2744,27 +2757,21 @@ kern.maxfiles=40000</screen>
<step>
<para>Create a <application>zfs</application> volume named
<filename>a</filename> and mount it on
- <filename>/a</filename>.
+ <filename>/a</filename>:<screen>
+# zpool create a mirror da1 da2 mirror da3 da4 mirror da5 da6 mirror da7 da8</screen>
</para>
</step>
<step>
- <para><screen>
+ <para>Set up the base portbuild directory:<screen>
# mkdir -p /a/portbuild
# cd /a/portbuild
-#
+# chown portmgr:portmgr .
# chmod 775 .</screen>
</para>
</step>
<step>
- <para>Create a <application>zfs</application> volume named
- <filename>a/portbuild</filename> and mount it on
- <filename>/a/portbuild</filename>.
- </para>
- </step>
-
- <step>
<para>TBA</para>
</step>
More information about the svn-doc-head
mailing list