Changeset 8c004cf5


Ignore:
Timestamp:
09/02/2013 10:18:54 PM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
8e1a075
Parents:
1ff8e00
Message:

move optional alsa boot script configuration to the end of the section

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/alsa-utils.xml

    r1ff8e00 r8c004cf5  
    146146    </sect3>
    147147
    148     <sect3 id="alsa-utils-init">
     148    <sect3>
    149149      <title>Configuration Information</title>
    150 
    151       <para>
    152         Use a bootscript to store the values at shutdown.
    153       </para>
    154 
    155       <indexterm zone="alsa-utils alsa-utils-init">
    156         <primary sortas="f-alsa">alsa</primary>
    157       </indexterm>
    158 
    159       <para>
    160         As the <systemitem class="username">root</systemitem> user,
    161         install the init script <filename>/etc/rc.d/init.d/alsa</filename> included
    162         in the <xref linkend="bootscripts"/> package.
    163       </para>
    164 
    165 <screen role="root"><userinput>make install-alsa</userinput></screen>
    166150
    167151      <para>
     
    186170
    187171      <para>
    188         The volume settings will be restored from the saved state by
     172        The volume settings should be restored from the saved state by
    189173        <application>Udev</application> when the device is detected
    190174        (during boot or when plugged in for USB devices).
     
    207191        </para>
    208192      </note>
     193
     194    </sect3>
     195
     196    <sect3 id="alsa-utils-init">
     197      <title>Boot Script</title>
     198
     199      <indexterm zone="alsa-utils alsa-utils-init">
     200        <primary sortas="f-alsa">alsa</primary>
     201      </indexterm>
     202
     203      <para>
     204        To automatically store and restore volume settings (if udev rule doesn't
     205        work for you) when the system is rebooted, install the
     206        <filename>/etc/rc.d/init.d/alsa</filename> boot script from the <xref
     207        linkend="bootscripts"/> package.
     208      </para>
     209
     210<screen role="root"><userinput>make install-alsa</userinput></screen>
    209211
    210212    </sect3>
  • x/installing/mesalib.xml

    r1ff8e00 r8c004cf5  
    357357      <application>LLVM</application>.
    358358    </para>
     359
     360    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     361      href="../../xincludes/static-libraries.xml"/>
    359362
    360363    <para>
Note: See TracChangeset for help on using the changeset viewer.