diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-06-05 23:20:48 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-06-05 23:20:48 +0800 |
commit | 0f18f2b1214520b965525a93a03c421c8c5b9177 (patch) | |
tree | 750c14d2d97ad3d89815c8abf840c026f521002d /general.ent | |
parent | 5e7593e6f07b1ca8946e1da8d24952595d365046 (diff) |
housekeeping after min-kernel bump
Update the rationale for min-kernel in hostreqs. Add a note in
general.ent about the EOL of current min-kernel. Realign the
backslashes in glibc instructions.
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/general.ent b/general.ent index 912a360d6..a222812e9 100644 --- a/general.ent +++ b/general.ent @@ -91,7 +91,11 @@ <!ENTITY livecd-root "&lfs-root;livecd/"> <!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/"> <!ENTITY secadv "&lfs-root;lfs/advisories/"> + +<!-- 4.14 EOL is Jan 2024 + so for LFS 11.5 we may consider moving to 4.19 --> <!ENTITY min-kernel "4.14"> + <!-- <!ENTITY patches-rootd "&lfs-root;patches/lfs/&generic-versiond;/"> <!ENTITY downloads-rootd "&lfs-root;lfs/downloads/&generic-versiond;/"> |