[systemd-devel] [PATCH] bootchart: Use os-release, not system-release

2013-02-13 Thread William Giokas
os-release is required for systemd now, so use that file and stop printing 'Unknown' on the bootchart. --- src/bootchart/svg.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/bootchart/svg.c b/src/bootchart/svg.c index d7c4168..ec81da9 100644 ---

Re: [systemd-devel] [PATCH] bootchart: Use os-release, not system-release

2013-02-13 Thread Lennart Poettering
On Wed, 13.02.13 11:37, William Giokas (1007...@gmail.com) wrote: os-release is required for systemd now, so use that file and stop printing 'Unknown' on the bootchart. Actually, this code should probably use load_env_file() instead anyway... --- src/bootchart/svg.c | 12 1