diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-08-31 17:05:56 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-08-31 17:05:56 +0000 |
commit | e1616ac2df31ce09c66a8bb298cc4abde7772e39 (patch) | |
tree | 5f9f7728adb6a4027f909ef04ae80ff7b48b1942 | |
parent | c959ef988f6b4544b7b532286f5aa7c83ee68c14 (diff) |
Emphasize xorg config if not using /opt
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23653 af4574ff-66df-0310-9fd7-8a98e5e911e0
-rw-r--r-- | x/installing/xorg7.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x/installing/xorg7.xml b/x/installing/xorg7.xml index 0df9aadf08..c325fcc590 100644 --- a/x/installing/xorg7.xml +++ b/x/installing/xorg7.xml @@ -169,13 +169,13 @@ chmod 644 /etc/profile.d/xorg.sh</userinput></screen> Defaults env_keep += XORG_CONFIG</literal> EOF</userinput></screen> - <note> + <warning> <para> If you've decided to use the standard <filename - class="directory">/usr</filename> prefix, you can omit the remainder of + class="directory">/usr</filename> prefix, you must omit the remainder of this page and continue at <xref linkend='util-macros'/>. </para> - </note> + </warning> <para> If you've decided to <emphasis>not</emphasis> use the standard |