Changeset a1b111f8 for x


Ignore:
Timestamp:
05/21/2017 10:15:27 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
800dd3ae
Parents:
b4fc57d
Message:

Clarification about creating xorg.sh.
Ensure /var/lib/nfs ownership is correct.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18753 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xorg7.xml

    rb4fc57d ra1b111f8  
    131131chmod 644 /etc/profile.d/xorg.sh</userinput></screen>
    132132
     133    <note><para>There is some confustion about the above 'here' document.
     134    The backslash in front of the dollar sign is correct.  Bash
     135    will remove it when creating /etc/profile.d/xorg.sh.  However, if
     136    you are creating the file with an editor, a copy and paste operation
     137    will not remove the baskslash.  It must then be removed manually.
     138    </para></note>
     139
    133140    <note><para>If you've decided to use the standard <filename
    134141    class="directory">/usr</filename> prefix, you can omit the remainder of
Note: See TracChangeset for help on using the changeset viewer.