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)
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.


No differences found