[lfs] branch trunk updated: kernel systemd: Enable TTY in TOML.

git Owner ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <178674333950.1501621.12678014042546735937@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository lfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new 1c041dc1b kernel systemd: Enable TTY in TOML.
1c041dc1b is described below

commit 1c041dc1bfa6f89b381dfa6416f5ed08804762fb
Author: zeckma-tech <[email protected]>
AuthorDate: Fri Aug 14 15:34:01 2026 -0600

    kernel systemd: Enable TTY in TOML.
    
    kernel-config.py panics if TTY is not set to '*' since unsetting
    LEGACY_TIOCSTI requires TTY to be set to Y. The XML already shows this,
    but the TOML was incorrect. A line containing TTY may have been deleted
    after the XML was generated. This fixes that.
---
 chapter10/kernel/systemd.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chapter10/kernel/systemd.toml b/chapter10/kernel/systemd.toml
index dd0bfab4b..a9bade1cd 100644
--- a/chapter10/kernel/systemd.toml
+++ b/chapter10/kernel/systemd.toml
@@ -29,6 +29,7 @@ INOTIFY_USER='*'
 TMPFS='*'
 TMPFS_POSIX_ACL='*'
 CGROUP_SCHED='* '
+TTY='*'
 LEGACY_TIOCSTI=' '
 
 revision='systemd'

-- 
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.