Ignore:
Timestamp:
06/21/2006 04:26:07 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4ece6c2
Parents:
2c1ff38
Message:

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/devices.xml

    r2c1ff38 r9f12e36  
    3232    <title>Multiple Sound Cards</title>
    3333
    34     <para>If there are multiple sound cards in a system, the "default" 
    35     sound card becomes random.  The method to establish sound card order 
    36     depends on whether the drivers are modules or not.  If the sound card 
     34    <para>If there are multiple sound cards in a system, the "default"
     35    sound card becomes random.  The method to establish sound card order
     36    depends on whether the drivers are modules or not.  If the sound card
    3737    drivers are compiled into the kernel, control is via kernel command line
    3838    parameters in <filename>/boot/grib/menu.lst</filename>.  For example,
    39     if a system has both an FM801 card and a SoundBlaster PCI card, the 
     39    if a system has both an FM801 card and a SoundBlaster PCI card, the
    4040    following can be appended to the command line:</para>
    4141
     
    5353  <sect2>
    5454    <title>Udev Device Attrubutes</title>
    55    
     55
    5656    <para>Fine-tuning of device attributes such as group name and permissions
    5757    is possible by creating extra <application>udev</application> rules,
     
    6161    documentation in the current <application>udev</application>  directory of
    6262    <filename class='directory'>/usr/share/doc</filename> for details.</para>
    63          
    64 <screen><literal>SUBSYSTEM=="usb_device", SYSFS{idVendor}=="05d8", 
     63
     64<screen><literal>SUBSYSTEM=="usb_device", SYSFS{idVendor}=="05d8",
    6565   SYSFS{idProduct}=="4002", GROUP:="scanner", MODE:="0640"</literal></screen>
    66  
     66
    6767  </sect2>
    6868
    6969  <sect2>
    7070    <title>USB Device Issues</title>
    71  
     71
    7272    <para>Some older applications, such as <application>VMware</application>,
    7373    need the following deprecated entry in the <filename>/etc/fstab</filename>
     
    104104    <warning><para>If the instructions below are not followed carefully, your
    105105    system could become unbootable.</para></warning>
    106    
     106
    107107
    108108<screen><userinput>mount --bind / /mnt
     
    114114    reboot.  Create any desired additional devices using
    115115    <command>mknod</command>.</para>
    116    
     116
    117117    <para>If you want to restore the dynamic devices, recreate the
    118118    <filename>/etc/rc.d/rcsysinit.d/{S10udev,S45udev_retry}</filename> symbolic
Note: See TracChangeset for help on using the changeset viewer.