summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2014-11-11 05:46:10 +0000
committerGlen Barber <gjb@FreeBSD.org>2014-11-11 05:46:10 +0000
commit2bcc3dd489d6e0785674bf5fbd35e2ddcc6b2ccb (patch)
tree6906509723fcc2a24f1f78c9aa942d7091b00eb0
parenta65276cbecfc9e51db2f2d32d2484244c49d1bed (diff)
downloadsrc-test2-2bcc3dd489d6e0785674bf5fbd35e2ddcc6b2ccb.tar.gz
src-test2-2bcc3dd489d6e0785674bf5fbd35e2ddcc6b2ccb.zip
Notes
-rw-r--r--release/doc/en_US.ISO8859-1/errata/article.xml50
1 files changed, 50 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/errata/article.xml b/release/doc/en_US.ISO8859-1/errata/article.xml
index 71fc9acb572f..15234431735c 100644
--- a/release/doc/en_US.ISO8859-1/errata/article.xml
+++ b/release/doc/en_US.ISO8859-1/errata/article.xml
@@ -175,6 +175,56 @@ boot</screen>
directly.</para>
</note>
</listitem>
+
+ <listitem>
+ <para>Due to an incompatibility between &man.bsdconfig.8;
+ and &man.pkg.8;&nbsp;version 1.3, packages included on the
+ &os;&nbsp;dvd installer will not be recognized by
+ &man.bsdconfig.8;.</para>
+
+ <para>To install packages from the <literal>dvd1.iso</literal>
+ installer, create the <filename
+ class="directory">/dist</filename> target directory, and
+ manually mount the <literal>dvd1.iso</literal>
+ <acronym>ISO</acronym>:</para>
+
+ <screen>&prompt.root; mkdir -p /dist
+&prompt.root; mount -t cd9660 /dev/<replaceable>cd0</replaceable> /dist</screen>
+
+ <note>
+ <para>Be sure to use the correct <filename
+ class="directory">/dev</filename> device path for the
+ <literal>dvd1.iso</literal> <acronym>ISO</acronym>
+ installer.</para>
+ </note>
+
+ <para>Next, set <envar>REPOS_DIR</envar> to the path of the
+ <filename class="directory">repos/</filename> directory
+ within the installer so &man.pkg.8; will use the correct
+ repository metadata.</para>
+
+ <para>If using &man.sh.1;:</para>
+
+ <screen>&prompt.root; export REPOS_DIR=/dist/packages/repos</screen>
+
+ <para>If using &man.csh.1;:</para>
+
+ <screen>&prompt.root; setenv REPOS_DIR /dist/packages/repos</screen>
+
+ <note>
+ <para>Keep in mind that <envar>REPOS_DIR</envar> will need
+ to be set again after the current shell session is
+ terminated, if continuing to use the packages provided on
+ the <literal>dvd1.iso</literal> installer.</para>
+ </note>
+
+ <para>Finally, bootstrap &man.pkg.8; from the
+ <acronym>ISO</acronym>, and install required
+ packages:</para>
+
+ <screen>&prompt.root; pkg bootstrap
+&prompt.root; pkg install <replaceable>xorg-server</replaceable> <replaceable>xorg</replaceable> <replaceable>gnome2</replaceable> [...]</screen>
+ </listitem>
</itemizedlist>
</sect1>