source: general.ent

trunk
Last change on this file was 1e18041, checked in by Xi Ruoyao <xry111@…>, 3 months ago

hostreq: Raise min-kernel to 4.19

4.14 is no longer supported by the upstream since Jan 2024.

  • Property mode set to 100644
File size: 6.3 KB
RevLine 
[01183c0]1<!-- Editing up to the line of ==== should be enough
2 to generate a book for development, release, or rc-->
[12b2639]3<!ENTITY % development "INCLUDE"><!-- set to INCLUDE for development,
[01183c0]4 set to IGNORE for release or rc -->
[12b2639]5<!ENTITY % release "IGNORE"> <!-- set to INCLUDE for release,
[01183c0]6 set to IGNORE for development or rc -->
7<!ENTITY % rc "IGNORE"> <!-- set to INCLUDE for rc,
8 set to IGNORE for development or
9 release -->
[140e9a44]10<!ENTITY % relnum "11.3"><!-- must be given for release or rc -->
11<!ENTITY % reldate "March 1st, 2023"><!-- must ve given for release or rc -->
[01183c0]12<!ENTITY % crdate "1999-2022"><!-- must ve given for release or rc -->
[140e9a44]13<!ENTITY % rcnum "0"><!-- must be given only for rc -->
[01183c0]14<!-- ================================================================== -->
15<!-- Do not change anything below unless the www or book layouts change -->
16
17<!-- Automatically generated by git-version.sh. Used for release or dev -->
[4467b18d]18<!ENTITY % conditional-entities SYSTEM "conditional.ent">
19%conditional-entities;
20
[01183c0]21<![ %development; [
22<!-- version info automatically generated by git -->
[59483809]23<!ENTITY % version-entities SYSTEM "version.ent">
24%version-entities;
[01183c0]25<![ %sysv; [
26<!ENTITY short-version "svn"> <!-- Used below in &blfs-book; -->
27<!ENTITY errata "&lfs-root;lfs/errata/development/">
28]]>
29<![ %systemd; [
30<!ENTITY short-version "systemd"> <!-- Used below in &blfs-book; -->
31<!ENTITY errata "&lfs-root;lfs/errata/systemd/">
32]]>
33<!ENTITY generic-version "development"> <!-- Used below in
34 &patches-root;,
35 &donwloads-root;, and
36 &test-results; -->
37]]><!-- End %development -->
[59483809]38
[01183c0]39<![ %release; [
[4467b18d]40<![ %sysv; [
[01183c0]41<!ENTITY version "%relnum;">
42<!ENTITY short-version "%relnum;"> <!-- Used below in &blfs-book; -->
[4467b18d]43]]>
44<![ %systemd; [
[01183c0]45<!ENTITY version "%relnum;-systemd">
[e8393f7]46<!ENTITY short-version "stable-systemd"> <!-- Used below in &blfs-book; -->
[01183c0]47]]>
48<!ENTITY errata "&lfs-root;lfs/errata/&version;/">
49<!ENTITY generic-version "%relnum;"> <!-- Used below in
50 &patches-root;,
51 &donwloads-root;, and
52 &test-results; -->
53<!ENTITY releasedate "%reldate;">
54<!ENTITY copyrightdate "%crdate;">
[4467b18d]55]]>
[59483809]56
[01183c0]57<![ %rc; [
[4467b18d]58<![ %sysv; [
[01183c0]59<!ENTITY version "%relnum;-rc%rcnum;">
60<!ENTITY short-version "svn"> <!-- Used below in &blfs-book; -->
[4467b18d]61]]>
62<![ %systemd; [
[01183c0]63<!ENTITY version "%relnum;-systemd-rc%rcnum;">
64<!ENTITY short-version "systemd"> <!-- Used below in &blfs-book; -->
65]]>
66<!ENTITY errata "&lfs-root;lfs/errata/&version;/">
67<!ENTITY generic-version "%relnum;-rc%rcnum;"> <!-- Used below in
68 &patches-root;,
69 &downloads-root;, and
70 &test-results; -->
71<!ENTITY releasedate "%reldate;">
72<!ENTITY copyrightdate "%crdate;">
[4467b18d]73]]>
[1118b17]74
[ca22630]75<![ %sysv; [
76<!ENTITY wget-list "wget-list-sysv">
77]]>
78<![ %systemd; [
79<!ENTITY wget-list "wget-list-systemd">
80]]>
81
[61707b1]82<!ENTITY lfs-root "https://www.linuxfromscratch.org/">
[ad7abdc]83<!ENTITY blfs-root "&lfs-root;blfs/">
[bb189b0]84<!ENTITY blfs-book "&blfs-root;view/&short-version;/">
[ad7abdc]85<!ENTITY faq-root "&lfs-root;faq/">
86<!ENTITY hints-root "&lfs-root;hints/downloads/files/">
87<!ENTITY hints-index "&lfs-root;hints/list.html">
88<!ENTITY patches-root "&lfs-root;patches/lfs/&generic-version;/">
[01183c0]89<!-- Only used for sysv (lfs-bootscripts): -->
[ad7abdc]90<!ENTITY downloads-root "&lfs-root;lfs/downloads/&generic-version;/">
91<!ENTITY livecd-root "&lfs-root;livecd/">
92<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
[14e0b47]93<!ENTITY secadv "&lfs-root;lfs/advisories/">
[0f18f2b]94
[1e18041]95<!-- 4.19 EOL is Dec 2024
96 so for LFS 12.3 we may consider moving to 5.4 -->
97<!ENTITY min-kernel "4.19">
[0f18f2b]98
[4467b18d]99<!--
[1118b17]100<!ENTITY patches-rootd "&lfs-root;patches/lfs/&generic-versiond;/">
101<!ENTITY downloads-rootd "&lfs-root;lfs/downloads/&generic-versiond;/">
102<!ENTITY test-resultsd "&lfs-root;lfs/build-logs/&generic-versiond;/">
103<!ENTITY erratad "&lfs-root;lfs/errata/&generic-versiond;/">
[4467b18d]104-->
[61707b1]105<!ENTITY lfs-ticket-root "https://wiki.linuxfromscratch.org/lfs/ticket/">
[1b80763]106<!ENTITY blfs-ticket-root "https://wiki.linuxfromscratch.org/blfs/ticket/">
[287ea55]107
[6218cdb]108<!ENTITY anduin-sources "https://anduin.linuxfromscratch.org/LFS">
[287ea55]109
[ad7abdc]110<!ENTITY buildtime "Approximate build time">
111<!ENTITY diskspace "Required disk space">
112<!ENTITY dependencies "Installation depends on">
[28bdcfe]113<!ENTITY runtime "Required at runtime">
[ad7abdc]114<!ENTITY testsuites "Test suite depends on">
115<!ENTITY before "Must be installed before">
116<!ENTITY external "Optional dependencies">
[4458e3d]117
[7504dd52]118<!ENTITY gnu "https://ftp.gnu.org/gnu/">
119<!ENTITY gnu-software "https://www.gnu.org/software/">
120<!ENTITY alpha-gnu "https://alpha.gnu.org/gnu/">
[a57d556]121<!ENTITY kernel "https://www.kernel.org/pub/">
[f448389]122<!ENTITY sourceforge "https://prdownloads.sourceforge.net/">
[7504dd52]123<!ENTITY savannah "https://download.savannah.gnu.org">
[7733d35]124<!ENTITY savannah-nongnu "https://savannah.nongnu.org">
125<!ENTITY github "https://github.com">
[5347af84]126<!ENTITY pypi-home "https://pypi.org/project">
127<!ENTITY pypi-src "https://pypi.org/packages/source">
[ea93c11]128<!ENTITY man "https://man.archlinux.org/man/">
[0b64d38]129
[421e0cf]130<!ENTITY root "<systemitem class='username'>root</systemitem>">
131<!ENTITY lfs-user "<systemitem class='username'>lfs</systemitem>">
[0058818]132<!ENTITY devtmpfs "<systemitem class='filesystem'>devtmpfs</systemitem>">
[ad9fbd1]133<!ENTITY fstab "<filename>/etc/fstab</filename>">
[f427ba23]134<!ENTITY boot-dir "<filename class='directory'>/boot</filename>">
[543c94c]135<!ENTITY ch-final "<xref linkend='chapter-building-system'/>">
136<!ENTITY ch-tmp-cross "<xref linkend='chapter-temporary-tools'/>">
137<!ENTITY ch-tmp-chroot "<xref linkend='chapter-chroot-temporary-tools'/>">
[421e0cf]138
[3439119b]139<!ENTITY % packages-entities SYSTEM "packages.ent">
140%packages-entities;
141
[ca17032]142<!ENTITY % patches-entities SYSTEM "patches.ent">
143%patches-entities;
Note: See TracBrowser for help on using the repository browser.