#4697 closed defect (fixed)
lsb_release may be broken
Reported by: | Fernando de Oliveira | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by ) ¶
In LFS:
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: cat > /etc/lsb-release << "EOF" DISTRIB_ID="Linux From Scratch" DISTRIB_RELEASE="7.5-rc1" DISTRIB_CODENAME="<your name here>" DISTRIB_DESCRIPTION="Linux From Scratch" EOF
If someone does not do that, after installing in BLFS (no mention to configuration, there):
$ lsb_release -a LSB Version: n/a Distributor ID: n/a Description: 7.5-rc1 Release: n/a Codename: n/a
If the configuration was done in LFS:
$ lsb_release -a LSB Version: n/a Distributor ID: Linux From Scratch Description: Linux From Scratch Release: 7.5-rc1 Codename: lfs-jhalfs
Change History (5)
comment:1 by , 11 years ago
Description: | modified (diff) |
---|
comment:2 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 11 years ago
Thanks. You've got exactly the solution I was trying to find in dev, in order to avoid duplication.
Note:
See TracTickets
for help on using tickets.
Fixed at revision 12719.