Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#4697 closed defect (fixed)

lsb_release may be broken

Reported by: Fernando de Oliveira Owned by: bdubbs@…
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description (last modified by Fernando de Oliveira)

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 Fernando de Oliveira, 10 years ago

Description: modified (diff)

comment:2 by bdubbs@…, 10 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:3 by bdubbs@…, 10 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 12719.

comment:4 by Fernando de Oliveira, 10 years ago

Thanks. You've got exactly the solution I was trying to find in dev, in order to avoid duplication.

comment:5 by bdubbs@…, 10 years ago

Milestone: current

Milestone current deleted

Note: See TracTickets for help on using tickets.