On 28/03/15 10:37, Denis Mugnier wrote:
Hi,

On 28/03/2015 11:12, spiky wrote:
Hi

I have /etc/lsb-release, I then installed lsb_release 1.4 as per book, I get an error
lsb_release
LSB Version:    unavailable.

I presume the sed is to prevent this?
No the sed is only to print unavailalbe instead n/a.
To print the correct version of LSB, you must add in your /etc/lsb-release the line :

LSB_VERSION="1.4"

Denis

Ok that prints now
lsb_release
LSB Version:    1.4
how do you get it to show the rest of the info in there?

cat /etc/lsb-release
LSB_VERSION="1.4"
DISTRIB_ID="Linux From Scratch"
DISTRIB_RELEASE="7.7"
DISTRIB_CODENAME="banana-pi"
DISTRIB_DESCRIPTION="Linux From Scratch"


--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to