Changeset 939f531 for chapter08


Ignore:
Timestamp:
03/31/2021 10:41:37 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
d1fbbd0
Parents:
d4248df
git-author:
Thomas Trepl <thomas@…> (03/19/2020 10:18:54 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:37 AM)
Message:

MultiLib: Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11792 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/grub.xml

    rd4248df r939f531  
    4646        an addition. To do this, the UEFI Mode and Secure Boot capabilities in
    4747        the host system's BIOS need to be turned off.  For details, see <ulink
    48         url="http://www.linuxfromscratch.org/hints/downloads/files/lfs-uefi.txt">
     48        url="&hints-root;lfs-uefi.txt">
    4949        the lfs-uefi.txt hint</ulink> at
    50         http://www.linuxfromscratch.org/hints/downloads/files/lfs-uefi.txt.
     50        &hints-root;lfs-uefi.txt.
    5151      </para>
    5252    </note>
  • chapter08/kernel.xml

    rd4248df r939f531  
    8787      <screen role="nodump" revision="systemd">
    8888General setup -->
     89   [*] Control Group support [CONFIG_CGROUPS]
    8990   [ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
    9091   [*] Configure standard kernel features (expert users) [CONFIG_EXPERT] ---&gt;         
    9192      [*] open by fhandle syscalls [CONFIG_FHANDLE]
    9293   [ ] Auditing support [CONFIG_AUDIT]
    93    [*] Control Group support [CONFIG_CGROUPS]
    9494Processor type and features  ---&gt;
    9595   [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP]
     
    110110  Pseudo filesystems  ---&gt;
    111111   [*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL]
    112    [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]
    113 Kernel hacking  ---&gt;
    114    x86 Debugging ---&gt;
    115        Choose kernel unwinder (Frame pointer unwinder)  ---&gt; [CONFIG_UNWINDER_FRAME_POINTER]</screen>
     112   [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]</screen>
    116113
    117114    </note>
     
    143140      is covered by the lfs-uefi.txt hint at
    144141      <ulink
    145         url="http://www.linuxfromscratch.org/hints/downloads/files/lfs-uefi.txt"/>.
     142        url="&hints-root;lfs-uefi.txt"/>.
    146143      </para>
    147144    </note>
Note: See TracChangeset for help on using the changeset viewer.