source: general.ent@ 471a32e

11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 bdubbs/gcc13 multilib renodr/libudev-from-systemd 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 471a32e was f427ba23, checked in by Xi Ruoyao <xry111@…>, 19 months ago

kernel: adjust the instruction for mounting /boot

LFS and the host may use different /boot configuration, so do not assume
they'll share a /boot partition (two different /boot partition or only one
with separate /boot are possible).

  • Property mode set to 100644
File size: 5.6 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 -->
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 -->
[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">
[0b64d38]121
[421e0cf]122<!ENTITY root "<systemitem class='username'>root</systemitem>">
123<!ENTITY lfs-user "<systemitem class='username'>lfs</systemitem>">
[ad9fbd1]124<!ENTITY fstab "<filename>/etc/fstab</filename>">
[f427ba23]125<!ENTITY boot-dir "<filename class='directory'>/boot</filename>">
[421e0cf]126
[3439119b]127<!ENTITY % packages-entities SYSTEM "packages.ent">
128%packages-entities;
129
[ca17032]130<!ENTITY % patches-entities SYSTEM "patches.ent">
131%patches-entities;
Note: See TracBrowser for help on using the repository browser.