- <para>To install everything but the kernel, issue this
- command:</para>
+ <para>To install everything except the kernel, issue one of these
+ commands:</para>
- <para>When using &man.sh.1; on &os; 9.x and newer, issue this
- command:</para>
+ <para>When using &os; 9.x and newer:</para>
- <screen>&prompt.root; <userinput>for <replaceable>sets</replaceable> in BASE DOC GAMES PORTS; do (tar -xf /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$<replaceable>sets</replaceable>.TXZ -C $DESTDIR) ; done</userinput></screen>
+ <screen>&prompt.root; <userinput>for <replaceable>sets</replaceable> in BASE PORTS; do tar -xf /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$<replaceable>sets</replaceable>.TXZ -C $DESTDIR ; done</userinput></screen>
- <para>When using &os; 8.x, run this:</para>
+ <para>When using &os; 8.x:</para>
<screen>&prompt.root; <userinput>cd /mnt/8.<replaceable>4</replaceable>-RELEASE; for <replaceable>dir</replaceable> in base catpages dict doc games info manpages ports; do (cd $<replaceable>dir</replaceable>; ./install.sh) ; done</userinput></screen>
- <para>If <command>csh</command>/<command>tcsh</command> is used on
- &os; 9.x and newer, execute this command:</para>
-
- <screen>&prompt.root; <userinput>foreach <replaceable>sets</replaceable> ( BASE DOC GAMES PORTS )