Ignore:
Timestamp:
09/01/2021 09:13:32 AM (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:
b713ddb
Parents:
bd90b9b
Message:

Remove all versiond entities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter11/theend.xml

    rbd90b9b r615f5b8  
    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>
Note: See TracChangeset for help on using the changeset viewer.