Changeset 8558044 for postlfs/config


Ignore:
Timestamp:
09/06/2021 05:42:49 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
fef4473
Parents:
7999839
Message:

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

Location:
postlfs/config
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/devices.xml

    r7999839 r8558044  
    103103      system. You can either write separate udev rules for all needed USB
    104104      devices yourself, or use the default catch-all "usb" group, members
    105       of which can send arbitrary commands to all USB devices. 
     105      of which can send arbitrary commands to all USB devices.
    106106    </para>
    107107
     
    222222
    223223    <para>
    224       If the initial boot process does not set up the 
     224      If the initial boot process does not set up the
    225225      <systemitem>/dev/dvd</systemitem> device properly, it can
    226226      be installed using the following modification to the default udev rules.
  • postlfs/config/firmware.xml

    r7999839 r8558044  
    173173        Haswell-E/EP, Broadwell-Y
    174174      </ulink>.) Without this update glibc can do the wrong thing in uncommon
    175       situations. 
     175      situations.
    176176    </para>
    177177
     
    463463      <para>
    464464        If you are already booting with an initrd (see <xref
    465         linkend="initramfs"/>), you should run <command>mkinitramfs</command> 
     465        linkend="initramfs"/>), you should run <command>mkinitramfs</command>
    466466        again after putting the appropriate blob or container into <filename
    467467        class="directory">/lib/firmware</filename> as explained above.
     
    597597
    598598      <para>
    599         Some Nvidia graphics chips need firmware updates to take advantage 
     599        Some Nvidia graphics chips need firmware updates to take advantage
    600600        of all the card's capability.  These are generally the GeForce 8, 9,
    601601        9300, and 200-900 series chips.  For more exact information, see
     
    603603          "https://nouveau.freedesktop.org/wiki/VideoAcceleration/#firmware"/>.
    604604      </para>
    605    
     605
    606606      <para>
    607607        First, the kernel Nvidia driver must be activated:
     
    621621wget http://us.download.nvidia.com/XFree86/Linux-x86/325.15/NVIDIA-Linux-x86-325.15.run
    622622sh NVIDIA-Linux-x86-325.15.run --extract-only
    623 python extract_firmware.py 
     623python extract_firmware.py
    624624mkdir -p /lib/firmware/nouveau
    625625cp -d nv* vuc-* /lib/firmware/nouveau/</userinput></screen>
  • postlfs/config/profile.xml

    r7999839 r8558044  
    3232    <filename>~/.bash_profile</filename> (or <filename>~/.profile</filename>
    3333    if called as <command>/bin/sh</command>) upon startup.
    34   </para> 
     34  </para>
    3535
    3636  <para>
Note: See TracChangeset for help on using the changeset viewer.