chiark / gitweb /
util: Add welcome message for Ubuntu
authorAndrew Edmunds <Andrew.Edmunds@yahoo.com.au>
Mon, 25 Oct 2010 13:23:21 +0000 (23:23 +1000)
committerLennart Poettering <lennart@poettering.net>
Mon, 25 Oct 2010 19:10:05 +0000 (21:10 +0200)
commit274914f99191e466bc523eadba74f52db8433189
treeb96b58769d83ab7a22ddb02e3b9847cc70d5e5ea
parent858dae181bb5461201ac1c04732d3ef4c67a0256
util: Add welcome message for Ubuntu

The approved method for determining the installed release of
Ubuntu is to execute "lsb_release".  However, this is in /usr/bin and
is implemented in python so it is not safe to execute at this early
stage of booting.  This code parses /etc/lsb-release which is
where "lsb_release" looks for the information.
src/util.c