[lfs] 02/02: kernel: mark TTY as forced and regenerate with latest kernel source
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository lfs. commit 49c288f6e56fc80c27305b2f765a1514857e9a76 Author: Xi Ruoyao <[email protected]> AuthorDate: Sat Aug 15 14:46:42 2026 +0800 kernel: mark TTY as forced and regenerate with latest kernel source TTY is forced to y with !EXPERT, so set forced to make the rendering match what the users will see (as the book discourages EXPERT). IPv6 can no longer be built as module so the rendering is also changed. --- chapter10/kernel/kernel.version | 2 +- chapter10/kernel/systemd.toml | 5 ++++- chapter10/kernel/systemd.xml | 10 ++++------ 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/chapter10/kernel/kernel.version b/chapter10/kernel/kernel.version index 0b0afee6a..2fe040f42 100644 --- a/chapter10/kernel/kernel.version +++ b/chapter10/kernel/kernel.version @@ -1 +1 @@ -6.19.8 +7.1.8 diff --git a/chapter10/kernel/systemd.toml b/chapter10/kernel/systemd.toml index a9bade1cd..167770b8d 100644 --- a/chapter10/kernel/systemd.toml +++ b/chapter10/kernel/systemd.toml @@ -29,7 +29,6 @@ INOTIFY_USER='*' TMPFS='*' TMPFS_POSIX_ACL='*' CGROUP_SCHED='* ' -TTY='*' LEGACY_TIOCSTI=' ' revision='systemd' @@ -37,3 +36,7 @@ revision='systemd' [RT_GROUP_SCHED] value = ' ' comment = 'This may cause some systemd features malfunction' + +[TTY] +value = '*' +forced = true diff --git a/chapter10/kernel/systemd.xml b/chapter10/kernel/systemd.xml index fc104db98..310f52f34 100644 --- a/chapter10/kernel/systemd.xml +++ b/chapter10/kernel/systemd.xml @@ -28,24 +28,22 @@ [*] N<emphasis role='blue'>e</emphasis>tworking support ---> [NET] N<emphasis role='blue'>e</emphasis>tworking options ---> [*] <emphasis role='blue'>T</emphasis>CP/IP networking [INET] - <*> <emphasis role='blue'>T</emphasis>he IPv6 protocol ---> [IPV6] + [*] <emphasis role='blue'>T</emphasis>he IPv6 protocol ---> [IPV6] <emphasis role='blue'>D</emphasis>evice Drivers ---> <emphasis role='blue'>G</emphasis>eneric Driver Options ---> [ ] <emphasis role='blue'>S</emphasis>upport for uevent helper [UEVENT_HELPER] [*] M<emphasis role='blue'>a</emphasis>intain a devtmpfs filesystem to mount at /dev [DEVTMPFS] [*] <emphasis role='blue'>A</emphasis>utomount devtmpfs at /dev, after the kernel mounted the rootfs + ... [DEVTMPFS_MOUNT] <emphasis role='blue'>F</emphasis>irmware loader ---> [ ] <emphasis role='blue'>E</emphasis>nable the firmware sysfs fallback mechanism [FW_LOADER_USER_HELPER] - <emphasis role='blue'>F</emphasis>irmware Drivers ---> [*] <emphasis role='blue'>E</emphasis>xport DMI identification via sysfs to userspace [DMIID] [*] M<emphasis role='blue'>a</emphasis>rk VGA/VBE/EFI FB as generic system framebuffer [SYSFB_SIMPLEFB] - ... [DEVTMPFS_MOUNT] <emphasis role='blue'>C</emphasis>haracter devices ---> - [Y] <emphasis role='blue'>E</emphasis>nable TTY ---> [TTY] - [ ] <emphasis role='blue'>A</emphasis>llow legacy TIOCSTI usage [LEGACY_TIOCSTI] - + -*- <emphasis role='blue'>E</emphasis>nable TTY [TTY] + [ ] <emphasis role='blue'>A</emphasis>llow legacy TIOCSTI usage [LEGACY_TIOCSTI] <emphasis role='blue'>G</emphasis>raphics support ---> <*> <emphasis role='blue'>D</emphasis>irect Rendering Manager (XFree86 4.1.0 and higher DRI support) ---> ... [DRM] -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/lfs-book Unsubscribe: See the above information page