Move the "Configuring the portbuild volume" section below configuring

src and ports.  This may help in certain automation tasks.

No content change other than the move.
This commit is contained in:
Mark Linimon 2012-11-23 04:11:19 +00:00
parent 37d53f83f8
commit 89c941b44d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40135

View file

@ -2891,47 +2891,6 @@ ttyu0 "/usr/libexec/getty std.9600" vt100 on secure</screen>
</sect2> </sect2>
<sect2 id="pointyhat-portbuild-volume">
<title>Configuring the portbuild volume</title>
<procedure>
<step>
<para>Create a <application>zfs</application> volume named
<filename>a</filename> and mount it on
<filename>/a</filename>. An example:<screen>
&prompt.root; zpool create a mirror da1 da2 mirror da3 da4 mirror da5 da6 mirror da7 da8</screen>
</para>
</step>
<step>
<para>Create the portbuild directory:<screen>
&prompt.root; mkdir -p /a/portbuild
</screen>
</para>
</step>
<step>
<para>Create and mount a new <application>zfs</application>
filesystem on it:
<screen>zfs create -o mountpoint=/a/portbuild a/portbuild</screen>
</para>
</step>
<step>
<para>Set up the portbuild directory:<screen>
&prompt.root; cd /a/portbuild
&prompt.root; chown portmgr:portmgr .
&prompt.root; chmod 775 .
&prompt.root; ln -sf /a/portbuild /var/portbuild
</screen>
</para>
</step>
</procedure>
</sect2>
<sect2 id="pointyhat-src"> <sect2 id="pointyhat-src">
<title>Configuring <literal>src</literal></title> <title>Configuring <literal>src</literal></title>
@ -3006,6 +2965,47 @@ ganglia:*:102:102::0:0:User &amp;:/usr/local/ganglia:/bin/sh</screen>
</sect2> </sect2>
<sect2 id="pointyhat-portbuild-volume">
<title>Configuring the portbuild volume</title>
<procedure>
<step>
<para>Create a <application>zfs</application> volume named
<filename>a</filename> and mount it on
<filename>/a</filename>. An example:<screen>
&prompt.root; zpool create a mirror da1 da2 mirror da3 da4 mirror da5 da6 mirror da7 da8</screen>
</para>
</step>
<step>
<para>Create the portbuild directory:<screen>
&prompt.root; mkdir -p /a/portbuild
</screen>
</para>
</step>
<step>
<para>Create and mount a new <application>zfs</application>
filesystem on it:
<screen>zfs create -o mountpoint=/a/portbuild a/portbuild</screen>
</para>
</step>
<step>
<para>Set up the portbuild directory:<screen>
&prompt.root; cd /a/portbuild
&prompt.root; chown portmgr:portmgr .
&prompt.root; chmod 775 .
&prompt.root; ln -sf /a/portbuild /var/portbuild
</screen>
</para>
</step>
</procedure>
</sect2>
<sect2 id="pointyhat-repo"> <sect2 id="pointyhat-repo">
<title>Setting up and configuring the <application>portbuild</application> repository</title> <title>Setting up and configuring the <application>portbuild</application> repository</title>