Changeset 716db1f for chapter10


Ignore:
Timestamp:
09/20/2021 07:37:34 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
60870bc
Parents:
e680022 (diff), 7e62bbc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge upstream

Location:
chapter10
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter10/grub.xml

    re680022 r716db1f  
    4343    libisoburn</ulink> package.</para>
    4444
    45 <screen role="nodump"><userinput>cd /tmp 
    46 grub-mkrescue --output=grub-img.iso 
     45<screen role="nodump"><userinput>cd /tmp
     46grub-mkrescue --output=grub-img.iso
    4747xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.iso</userinput></screen>
    4848
  • chapter10/kernel.xml

    re680022 r716db1f  
    9898
    9999    <note>
    100    
    101100      <para>A good starting place for setting up the kernel configuration is to
    102101      run <command>make defconfig</command>. This will set the base
     
    116115   [*] Control Group support [CONFIG_CGROUPS]
    117116   [ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
    118    [*] Configure standard kernel features (expert users) [CONFIG_EXPERT] ---&gt;         
     117   [*] Configure standard kernel features (expert users) [CONFIG_EXPERT] ---&gt;
    119118      [*] open by fhandle syscalls [CONFIG_FHANDLE]
    120119Processor type and features  ---&gt;
     
    298297
    299298    <note>
    300       <para>In many cases, the configuration of the kernel will need to be 
     299      <para>In many cases, the configuration of the kernel will need to be
    301300      updated for packages that will be installed later in BLFS.  Unlike
    302301      other packages, it is not necessary to remove the kernel source tree
    303       after the newly built kernel is installed.</para> 
    304    
     302      after the newly built kernel is installed.</para>
     303
    305304      <para>If the kernel source tree is going to be retained, run
    306305      <command>chown -R 0:0</command> on the <filename
Note: See TracChangeset for help on using the changeset viewer.