Changeset 615f5b8
- Timestamp:
- 09/01/2021 09:13:32 AM (3 years ago)
- Branches:
- 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- b713ddb
- Parents:
- bd90b9b
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/askforhelp.xml
rbd90b9b r615f5b8 39 39 <itemizedlist> 40 40 <listitem> 41 <para>The version of the book being used (in this case 42 <phrase revision="sysv">&version;</phrase> 43 <phrase revision="systemd">&versiond;</phrase>)</para> 41 <para>The version of the book being used (in this case &version;</para> 44 42 </listitem> 45 43 <listitem> -
chapter01/changelog.xml
rbd90b9b r615f5b8 11 11 <title>Changelog</title> 12 12 13 <para>This is version 14 <phrase revision="sysv">&version;</phrase> 15 <phrase revision="systemd">&versiond;</phrase> 16 of the Linux From Scratch book, dated 13 <para>This is version &version; of the Linux From Scratch book, dated 17 14 &releasedate;. If this book is more than six months old, a newer and better 18 15 version is probably already available. To find out, please check one of the -
chapter07/cleanup.xml
rbd90b9b r615f5b8 115 115 </note> 116 116 117 <screen role="nodump" revision="sysv"><userinput>cd $LFS117 <screen role="nodump"><userinput>cd $LFS 118 118 tar -cJpf $HOME/lfs-temp-tools-&version;.tar.xz .</userinput></screen> 119 120 <screen role="nodump" revision="systemd"><userinput>cd $LFS121 tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz .</userinput></screen>122 119 123 120 <para> … … 150 147 your entire host system. YOU ARE WARNED.</para></warning> 151 148 152 <screen role="nodump" revision="sysv"><computeroutput>cd $LFS149 <screen role="nodump"><computeroutput>cd $LFS 153 150 rm -rf ./* 154 151 tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz</computeroutput></screen> 155 156 <screen role="nodump" revision="systemd"><computeroutput>cd $LFS157 rm -rf ./*158 tar -xpf $HOME/lfs-temp-tools-&versiond;.tar.xz</computeroutput></screen>159 152 160 153 <para> -
chapter10/grub.xml
rbd90b9b r615f5b8 157 157 set root=(hd0,2) 158 158 159 menuentry "GNU/Linux, Linux &linux-version;-lfs-&version d;" {160 linux /boot/vmlinuz-&linux-version;-lfs-&version d; root=/dev/sda2 ro159 menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" { 160 linux /boot/vmlinuz-&linux-version;-lfs-&version; root=/dev/sda2 ro 161 161 }</literal> 162 162 EOF</userinput></screen> -
chapter10/kernel.xml
rbd90b9b r615f5b8 229 229 <screen revision="sysv"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen> 230 230 231 <screen revision="systemd"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version d;</userinput></screen>231 <screen revision="systemd"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen> 232 232 233 233 <para><filename>System.map</filename> is a symbol file for the kernel. … … 338 338 <seglistitem> 339 339 <seg>config-&linux-version;, 340 <phrase revision="sysv">vmlinuz-&linux-version;-lfs-&version;,</phrase> 341 <phrase revision="systemd">vmlinuz-&linux-version;-lfs-&versiond;,</phrase> 340 vmlinuz-&linux-version;-lfs-&version; 342 341 and System.map-&linux-version;</seg> 343 342 <seg>/lib/modules, /usr/share/doc/linux-&linux-version;</seg> … … 361 360 362 361 <varlistentry id="lfskernel"> 363 <term revision="sysv"><filename>vmlinuz-&linux-version;-lfs-&version;</filename></term> 364 <term revision="systemd"><filename>vmlinuz-&linux-version;-lfs-&versiond;</filename></term> 362 <term><filename>vmlinuz-&linux-version;-lfs-&version;</filename></term> 365 363 <listitem> 366 364 <para>The engine of the Linux system. When turning on the computer, -
chapter11/theend.xml
rbd90b9b r615f5b8 32 32 running:</para> 33 33 34 <screen revision="sysv"><userinput>echo &version; > /etc/lfs-release</userinput></screen>34 <screen><userinput>echo &version; > /etc/lfs-release</userinput></screen> 35 35 36 <screen revision="systemd"><userinput>echo &versiond; > /etc/lfs-release</userinput></screen> 37 38 <para>Two files describing the installed system may be used by packages 39 that can be installed on the system later, either in binary form or by building 36 <para>Two files describing the installed system may be used by packages that 37 can be installed on the system later, either in binary form or by building 40 38 them.</para> 41 39 … … 44 42 this file, run:</para> 45 43 46 <screen revision="sysv"><userinput>cat > /etc/lsb-release << "EOF"44 <screen><userinput>cat > /etc/lsb-release << "EOF" 47 45 DISTRIB_ID="Linux From Scratch" 48 46 DISTRIB_RELEASE="&version;" 49 DISTRIB_CODENAME="<your name here>"50 DISTRIB_DESCRIPTION="Linux From Scratch"51 EOF</userinput></screen>52 53 <screen revision="systemd"><userinput>cat > /etc/lsb-release << "EOF"54 DISTRIB_ID="Linux From Scratch"55 DISTRIB_RELEASE="&versiond;"56 47 DISTRIB_CODENAME="<your name here>" 57 48 DISTRIB_DESCRIPTION="Linux From Scratch" … … 62 53 this file, run:</para> 63 54 64 <screen revision="sysv"><userinput>cat > /etc/os-release << "EOF"55 <screen><userinput>cat > /etc/os-release << "EOF" 65 56 NAME="Linux From Scratch" 66 57 VERSION="&version;" 67 58 ID=lfs 68 59 PRETTY_NAME="Linux From Scratch &version;" 69 VERSION_CODENAME="<your name here>"70 EOF</userinput></screen>71 72 <screen revision="systemd"><userinput>cat > /etc/os-release << "EOF"73 NAME="Linux From Scratch"74 VERSION="&versiond;"75 ID=lfs76 PRETTY_NAME="Linux From Scratch &versiond;"77 60 VERSION_CODENAME="<your name here>" 78 61 EOF</userinput></screen> -
prologue/bookinfo.xml
rbd90b9b r615f5b8 8 8 <bookinfo> 9 9 <title>Linux From Scratch</title> 10 <subtitle revision='sysv' >Version &version; </subtitle> 11 <subtitle revision='systemd'>Version &versiond;</subtitle> 10 <subtitle>Version &version; </subtitle> 12 11 <subtitle>Published &releasedate;</subtitle> 13 12
Note:
See TracChangeset
for help on using the changeset viewer.