source: general.ent@ 421e0cf

11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 bdubbs/gcc13 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 421e0cf was 421e0cf, checked in by Xi Ruoyao <xry111@…>, 2 years ago

add convenience entities for users root and lfs

  • Property mode set to 100644
File size: 5.4 KB
Line 
1<!-- Editing up to the line of ==== should be enough
2 to generate a book for development, release, or rc-->
3<!ENTITY % development "INCLUDE"><!-- set to INCLUDE for development,
4 set to IGNORE for release or rc -->
5<!ENTITY % release "IGNORE"> <!-- set to INCLUDE for release,
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 -->
10<!ENTITY % relnum "11.1"><!-- must be given for release or rc -->
11<!ENTITY % reldate "March 1st, 2022"><!-- must ve given for release or rc -->
12<!ENTITY % crdate "1999-2022"><!-- must ve given for release or rc -->
13<!ENTITY % rcnum "2"><!-- must be given only for rc -->
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 -->
18<!ENTITY % conditional-entities SYSTEM "conditional.ent">
19%conditional-entities;
20
21<![ %development; [
22<!-- version info automatically generated by git -->
23<!ENTITY % version-entities SYSTEM "version.ent">
24%version-entities;
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 -->
38
39<![ %release; [
40<![ %sysv; [
41<!ENTITY version "%relnum;">
42<!ENTITY short-version "%relnum;"> <!-- Used below in &blfs-book; -->
43]]>
44<![ %systemd; [
45<!ENTITY version "%relnum;-systemd">
46<!ENTITY short-version "stable-systemd"> <!-- Used below in &blfs-book; -->
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;">
55]]>
56
57<![ %rc; [
58<![ %sysv; [
59<!ENTITY version "%relnum;-rc%rcnum;">
60<!ENTITY short-version "svn"> <!-- Used below in &blfs-book; -->
61]]>
62<![ %systemd; [
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;">
73]]>
74
75<!ENTITY lfs-root "https://www.linuxfromscratch.org/">
76<!ENTITY blfs-root "&lfs-root;blfs/">
77<!ENTITY blfs-book "&blfs-root;view/&short-version;/">
78<!ENTITY faq-root "&lfs-root;faq/">
79<!ENTITY hints-root "&lfs-root;hints/downloads/files/">
80<!ENTITY hints-index "&lfs-root;hints/list.html">
81<!ENTITY patches-root "&lfs-root;patches/lfs/&generic-version;/">
82<!-- Only used for sysv (lfs-bootscripts): -->
83<!ENTITY downloads-root "&lfs-root;lfs/downloads/&generic-version;/">
84<!ENTITY livecd-root "&lfs-root;livecd/">
85<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
86<!ENTITY secadv "&lfs-root;lfs/advisories/">
87<!ENTITY min-kernel "3.2">
88<!--
89<!ENTITY patches-rootd "&lfs-root;patches/lfs/&generic-versiond;/">
90<!ENTITY downloads-rootd "&lfs-root;lfs/downloads/&generic-versiond;/">
91<!ENTITY test-resultsd "&lfs-root;lfs/build-logs/&generic-versiond;/">
92<!ENTITY erratad "&lfs-root;lfs/errata/&generic-versiond;/">
93-->
94<!ENTITY lfs-ticket-root "https://wiki.linuxfromscratch.org/lfs/ticket/">
95
96<!ENTITY anduin-sources "https://anduin.linuxfromscratch.org/LFS">
97
98<!ENTITY buildtime "Approximate build time">
99<!ENTITY diskspace "Required disk space">
100<!ENTITY dependencies "Installation depends on">
101<!ENTITY runtime "Required at runtime">
102<!ENTITY testsuites "Test suite depends on">
103<!ENTITY before "Must be installed before">
104<!ENTITY external "Optional dependencies">
105
106<!ENTITY gnu "https://ftp.gnu.org/gnu/">
107<!ENTITY gnu-software "https://www.gnu.org/software/">
108<!ENTITY alpha-gnu "https://alpha.gnu.org/gnu/">
109<!ENTITY kernel "https://www.kernel.org/pub/">
110<!ENTITY sourceforge "https://prdownloads.sourceforge.net/">
111<!ENTITY savannah "https://download.savannah.gnu.org">
112<!ENTITY savannah-nongnu "https://savannah.nongnu.org">
113<!ENTITY github "https://github.com">
114
115<!ENTITY root "<systemitem class='username'>root</systemitem>">
116<!ENTITY lfs-user "<systemitem class='username'>lfs</systemitem>">
117
118<!ENTITY % packages-entities SYSTEM "packages.ent">
119%packages-entities;
120
121<!ENTITY % patches-entities SYSTEM "patches.ent">
122%patches-entities;
Note: See TracBrowser for help on using the repository browser.