Changeset 7b82eb14


Ignore:
Timestamp:
03/25/2019 09:43:22 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
74d706dc
Parents:
a49d043c
Message:

Prepare "About initramfs" for jhalfs

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/initramfs.xml

    ra49d043c r7b82eb14  
    247247EOF
    248248
    249 <command>chmod 0755 /sbin/mkinitramfs</command></userinput></screen>
     249chmod 0755 /sbin/mkinitramfs</userinput></screen>
    250250
    251251    <screen role="root"><userinput>mkdir -p /usr/share/mkinitramfs &amp;&amp;
     
    380380    class="username">root</systemitem> user:</para>
    381381
    382     <screen><userinput>mkinitramfs [KERNEL VERSION]</userinput></screen>
     382    <screen role="nodump"><userinput>mkinitramfs [KERNEL VERSION]</userinput></screen>
    383383
    384384    <para>The optional argument is the directory where the appropriate kernel
     
    397397    menuentry.  Below are several examples.</para>
    398398
    399      <screen><userinput># Generic initramfs and root fs identified by UUID
     399     <screen role="nodump"><userinput># Generic initramfs and root fs identified by UUID
    400400menuentry "LFS Dev (LFS-7.0-Feb14) initrd, Linux 3.0.4"
    401401{
     
    404404}</userinput></screen>
    405405
    406      <screen><userinput># Generic initramfs and root fs on LVM partition
     406     <screen role="nodump"><userinput># Generic initramfs and root fs on LVM partition
    407407menuentry "LFS Dev (LFS-7.0-Feb18) initrd lvm, Linux 3.0.4"
    408408{
     
    411411}</userinput></screen>
    412412
    413      <screen><userinput># Specific initramfs and root fs identified by LABEL
     413     <screen role="nodump"><userinput># Specific initramfs and root fs identified by LABEL
    414414menuentry "LFS Dev (LFS-7.1-Feb20) initrd label, Linux 3.2.6"
    415415{
Note: See TracChangeset for help on using the changeset viewer.