Ignore:
Timestamp:
05/11/2012 01:52:51 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 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, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, 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:
ef59d03
Parents:
478f29d
Message:

Add /etc/lsb-release to Chapter 9

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9848 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter09/theend.xml

    r478f29d r6e83fc16  
    2525<screen><userinput>echo &version; &gt; /etc/lfs-release</userinput></screen>
    2626
     27  <para>It is also a good idea to create a file to show the status of your
     28  new system with resopect to the Linux Standards Base (LSB).  To create
     29  this file, run:</para>
     30
     31<screen><userinput>cat &gt; /etc/lsb-release &lt;&lt; "EOF"
     32DISTRIB_ID="Linux From Scratch"
     33DISTRIB_RELEASE="&version;"
     34DISTRIB_CODENAME="&lt;your name here&gt;"
     35DISTRIB_DESCRIPTION="Linux From Scratch"
     36EOF</userinput></screen>
     37 
     38  <para>Be sure to put some sort of customization for the field
     39  'DISTRIB_CODENAME' to make the system uniquely yours.</para>
     40
    2741</sect1>
Note: See TracChangeset for help on using the changeset viewer.