Changeset 784fdaed


Ignore:
Timestamp:
09/22/2021 09:17:28 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
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, 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/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
d735604
Parents:
4467b18d
git-author:
Pierre Labastie <pierre.labastie@…> (09/01/2021 09:13:32 AM)
git-committer:
Pierre Labastie <pierre.labastie@…> (09/22/2021 09:17:28 PM)
Message:

Remove all versiond entities

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/askforhelp.xml

    r4467b18d r784fdaed  
    3939    <itemizedlist>
    4040      <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>
    4442      </listitem>
    4543      <listitem>
  • chapter01/changelog.xml

    r4467b18d r784fdaed  
    1111  <title>Changelog</title>
    1212
    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
    1714  &releasedate;. If this book is more than six months old, a newer and better
    1815  version is probably already available. To find out, please check one of the
  • chapter07/cleanup.xml

    r4467b18d r784fdaed  
    128128    </note>
    129129
    130 <screen role="nodump" revision="sysv"><userinput>cd $LFS
     130<screen role="nodump"><userinput>cd $LFS
    131131tar -cJpf $HOME/lfs-temp-tools-&version;.tar.xz .</userinput></screen>
    132 
    133 <screen role="nodump" revision="systemd"><userinput>cd $LFS
    134 tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz .</userinput></screen>
    135132
    136133  </sect2>
     
    158155    your entire host system.  YOU ARE WARNED.</para></warning>
    159156
    160 <screen role="nodump" revision="sysv"><computeroutput>cd $LFS
    161 rm -rf ./*
     157<screen role="nodump"><computeroutput>cd $LFS
     158rm -rf ./* 
    162159tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz</computeroutput></screen>
    163 
    164 <screen role="nodump" revision="systemd"><computeroutput>cd $LFS
    165 rm -rf ./*
    166 tar -xpf $HOME/lfs-temp-tools-&versiond;.tar.xz</computeroutput></screen>
    167160
    168161    <para>
  • chapter10/grub.xml

    r4467b18d r784fdaed  
    157157set root=(hd0,2)
    158158
    159 menuentry "GNU/Linux, Linux &linux-version;-lfs-&versiond;" {
    160         linux   /boot/vmlinuz-&linux-version;-lfs-&versiond; root=/dev/sda2 ro
     159menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" {
     160        linux   /boot/vmlinuz-&linux-version;-lfs-&version; root=/dev/sda2 ro
    161161}</literal>
    162162EOF</userinput></screen>
  • chapter10/kernel.xml

    r4467b18d r784fdaed  
    228228<screen revision="sysv"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
    229229
    230 <screen revision="systemd"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&versiond;</userinput></screen>
     230<screen revision="systemd"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
    231231
    232232    <para><filename>System.map</filename> is a symbol file for the kernel.
     
    337337      <seglistitem>
    338338        <seg>config-&linux-version;,
    339         <phrase revision="sysv">vmlinuz-&linux-version;-lfs-&version;,</phrase>
    340         <phrase revision="systemd">vmlinuz-&linux-version;-lfs-&versiond;,</phrase>
     339        vmlinuz-&linux-version;-lfs-&version;
    341340        and System.map-&linux-version;</seg>
    342341        <seg>/lib/modules, /usr/share/doc/linux-&linux-version;</seg>
     
    360359
    361360      <varlistentry id="lfskernel">
    362         <term revision="sysv"><filename>vmlinuz-&linux-version;-lfs-&version;</filename></term>
    363         <term revision="systemd"><filename>vmlinuz-&linux-version;-lfs-&versiond;</filename></term>
     361        <term><filename>vmlinuz-&linux-version;-lfs-&version;</filename></term>
    364362        <listitem>
    365363          <para>The engine of the Linux system. When turning on the computer,
  • chapter11/theend.xml

    r4467b18d r784fdaed  
    3232  running:</para>
    3333
    34 <screen revision="sysv"><userinput>echo &version; &gt; /etc/lfs-release</userinput></screen>
     34<screen><userinput>echo &version; &gt; /etc/lfs-release</userinput></screen>
    3535
    36 <screen revision="systemd"><userinput>echo &versiond; &gt; /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
    4038  them.</para>
    4139
     
    4442  this file, run:</para>
    4543
    46 <screen revision="sysv"><userinput>cat &gt; /etc/lsb-release &lt;&lt; "EOF"
     44<screen><userinput>cat &gt; /etc/lsb-release &lt;&lt; "EOF"
    4745DISTRIB_ID="Linux From Scratch"
    4846DISTRIB_RELEASE="&version;"
    49 DISTRIB_CODENAME="&lt;your name here&gt;"
    50 DISTRIB_DESCRIPTION="Linux From Scratch"
    51 EOF</userinput></screen>
    52 
    53 <screen revision="systemd"><userinput>cat &gt; /etc/lsb-release &lt;&lt; "EOF"
    54 DISTRIB_ID="Linux From Scratch"
    55 DISTRIB_RELEASE="&versiond;"
    5647DISTRIB_CODENAME="&lt;your name here&gt;"
    5748DISTRIB_DESCRIPTION="Linux From Scratch"
     
    6253  this file, run:</para>
    6354
    64 <screen revision="sysv"><userinput>cat &gt; /etc/os-release &lt;&lt; "EOF"
     55<screen><userinput>cat &gt; /etc/os-release &lt;&lt; "EOF"
    6556NAME="Linux From Scratch"
    6657VERSION="&version;"
    6758ID=lfs
    6859PRETTY_NAME="Linux From Scratch &version;"
    69 VERSION_CODENAME="&lt;your name here&gt;"
    70 EOF</userinput></screen>
    71 
    72 <screen revision="systemd"><userinput>cat &gt; /etc/os-release &lt;&lt; "EOF"
    73 NAME="Linux From Scratch"
    74 VERSION="&versiond;"
    75 ID=lfs
    76 PRETTY_NAME="Linux From Scratch &versiond;"
    7760VERSION_CODENAME="&lt;your name here&gt;"
    7861EOF</userinput></screen>
  • prologue/bookinfo.xml

    r4467b18d r784fdaed  
    88<bookinfo>
    99  <title>Linux From Scratch</title>
    10   <subtitle revision='sysv'   >Version &version; </subtitle>
    11   <subtitle revision='systemd'>Version &versiond;</subtitle>
     10  <subtitle>Version &version; </subtitle>
    1211  <subtitle>Published &releasedate;</subtitle>
    1312
Note: See TracChangeset for help on using the changeset viewer.