Ignore:
Timestamp:
04/22/2015 04:37:16 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 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, nosym, 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:
025948ab
Parents:
176aaa6
Message:

Fix typos in firmware section

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/firmware.xml

    r176aaa6 rfc03210  
    3636  url="http://anduin.linuxfromscratch.org/sources/linux-firmware/"/>.</para>
    3737 
    38   <para>To get the firmware either point a browser to one of the above
     38  <para>To get the firmware, either point a browser to one of the above
    3939  repositories and then download the item(s) which you need, or install
    4040  <userinput>git</userinput> and clone that repository.</para>
     
    122122   
    123123    <para>To confirm what processor(s) you have (if more than one, they will be
    124     identical) look in /proc/cpufinfo.</para>
     124    identical) look in /proc/cpuinfo.</para>
    125125
    126126    <sect3 id="intel-microcode">
     
    165165      have already been applied by the BIOS). If there is a blob for your
    166166      system then test if it will be applied by copying it (replace &lt;XX-YY-ZZ&gt;
    167       by the identifier for your machine) and then procede through Late loading
    168       of microcode on Intel Processors:</para>
     167      by the identifier for your machine) to where the kernel can find it:</para>
    169168
    170169<screen><userinput>mkdir -pv /lib/firmware/intel-ucode
Note: See TracChangeset for help on using the changeset viewer.