source: general.ent@ 90389c2

xry111/clfs-ng
Last change on this file since 90389c2 was 140e9a44, checked in by Bruce Dubbs <bdubbs@…>, 15 months ago

q

  • Property mode set to 100644
File size: 6.0 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/">
[ffbeb5f]94<!ENTITY min-kernel "3.2">
[4467b18d]95<!--
[1118b17]96<!ENTITY patches-rootd "&lfs-root;patches/lfs/&generic-versiond;/">
97<!ENTITY downloads-rootd "&lfs-root;lfs/downloads/&generic-versiond;/">
98<!ENTITY test-resultsd "&lfs-root;lfs/build-logs/&generic-versiond;/">
99<!ENTITY erratad "&lfs-root;lfs/errata/&generic-versiond;/">
[4467b18d]100-->
[61707b1]101<!ENTITY lfs-ticket-root "https://wiki.linuxfromscratch.org/lfs/ticket/">
[287ea55]102
[6218cdb]103<!ENTITY anduin-sources "https://anduin.linuxfromscratch.org/LFS">
[287ea55]104
[ad7abdc]105<!ENTITY buildtime "Approximate build time">
106<!ENTITY diskspace "Required disk space">
107<!ENTITY dependencies "Installation depends on">
[28bdcfe]108<!ENTITY runtime "Required at runtime">
[ad7abdc]109<!ENTITY testsuites "Test suite depends on">
110<!ENTITY before "Must be installed before">
111<!ENTITY external "Optional dependencies">
[4458e3d]112
[7504dd52]113<!ENTITY gnu "https://ftp.gnu.org/gnu/">
114<!ENTITY gnu-software "https://www.gnu.org/software/">
115<!ENTITY alpha-gnu "https://alpha.gnu.org/gnu/">
[a57d556]116<!ENTITY kernel "https://www.kernel.org/pub/">
[f448389]117<!ENTITY sourceforge "https://prdownloads.sourceforge.net/">
[7504dd52]118<!ENTITY savannah "https://download.savannah.gnu.org">
[7733d35]119<!ENTITY savannah-nongnu "https://savannah.nongnu.org">
120<!ENTITY github "https://github.com">
[5347af84]121<!ENTITY pypi-home "https://pypi.org/project">
122<!ENTITY pypi-src "https://pypi.org/packages/source">
[0b64d38]123
[421e0cf]124<!ENTITY root "<systemitem class='username'>root</systemitem>">
125<!ENTITY lfs-user "<systemitem class='username'>lfs</systemitem>">
[0058818]126<!ENTITY devtmpfs "<systemitem class='filesystem'>devtmpfs</systemitem>">
[ad9fbd1]127<!ENTITY fstab "<filename>/etc/fstab</filename>">
[f427ba23]128<!ENTITY boot-dir "<filename class='directory'>/boot</filename>">
[543c94c]129<!ENTITY ch-final "<xref linkend='chapter-building-system'/>">
130<!ENTITY ch-tmp-cross "<xref linkend='chapter-temporary-tools'/>">
131<!ENTITY ch-tmp-chroot "<xref linkend='chapter-chroot-temporary-tools'/>">
[421e0cf]132
[3439119b]133<!ENTITY % packages-entities SYSTEM "packages.ent">
134%packages-entities;
135
[ca17032]136<!ENTITY % patches-entities SYSTEM "patches.ent">
137%patches-entities;
Note: See TracBrowser for help on using the repository browser.