Changes between Initial Version and Version 1 of Ticket #4697
- Timestamp:
- 02/17/2014 07:16:16 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4697 – Description
initial v1 1 1 In LFS: 2 2 3 4 {{{ 3 5 It is also a good idea to create a file to show the status of your new system with respect to the Linux Standards Base (LSB). To create this file, run: 4 6 … … 9 11 DISTRIB_DESCRIPTION="Linux From Scratch" 10 12 EOF 13 }}} 14 11 15 12 16 If someone does not do that, after installing in BLFS (no mention to configuration, there): 13 17 18 19 {{{ 14 20 $ lsb_release -a 15 21 LSB Version: n/a … … 18 24 Release: n/a 19 25 Codename: n/a 26 }}} 27 20 28 21 29 If the configuration was done in LFS: 22 30 31 32 {{{ 23 33 $ lsb_release -a 24 34 LSB Version: n/a … … 27 37 Release: 7.5-rc1 28 38 Codename: lfs-jhalfs 39 }}} 29 40 41