aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2012-08-20 20:47:14 +0000
committerMark Linimon <linimon@FreeBSD.org>2012-08-20 20:47:14 +0000
commit2760a29d925a5ec26335fb16789a79475da083d6 (patch)
treeffa69796066a124f2aae0cc262497126f6e12f3d /en_US.ISO8859-1
parente6eb16da6788b5ba2f6157243955b0590cd30545 (diff)
downloaddoc-2760a29d925a5ec26335fb16789a79475da083d6.tar.gz
doc-2760a29d925a5ec26335fb16789a79475da083d6.zip
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.
Notes
Notes: svn path=/head/; revision=39401
Diffstat (limited to 'en_US.ISO8859-1')
-rw-r--r--en_US.ISO8859-1/articles/portbuild/article.sgml27
1 files changed, 17 insertions, 10 deletions
diff --git a/en_US.ISO8859-1/articles/portbuild/article.sgml b/en_US.ISO8859-1/articles/portbuild/article.sgml
index 07a1dadbda..28425ce063 100644
--- a/en_US.ISO8859-1/articles/portbuild/article.sgml
+++ b/en_US.ISO8859-1/articles/portbuild/article.sgml
@@ -2724,12 +2724,25 @@ ganglia:*:102:102::0:0:User &:/usr/local/ganglia:/bin/sh</screen>
</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>