chiark / gitweb /
util: add Debian welcome message
authorSedat Dilek <sedat.dilek@googlemail.com>
Sun, 12 Sep 2010 21:17:05 +0000 (23:17 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 13 Sep 2010 16:03:00 +0000 (18:03 +0200)
commit5a6225fd2e3f60ff304f4d005600a9fec5b10b74
tree2555a2c22870c2e1ecd49f674dd22731ee6db537
parent98bc20006d89aa8e7d9d3eeb75f475a66943fe55
util: add Debian welcome message

Hi,

after talked with Michael on IRC, here is the patch to see a systemd
Welcome message on Debian systems.
FYI: I had to remove "quiet" from Kernel-command-line to see it.

"Stolen from Gentoo" :-) [1,2]?

Kind Regards,
- Sedat -

[1] http://lists.freedesktop.org/archives/systemd-devel/2010-September/000267.html
[2] http://cgit.freedesktop.org/systemd/commit/?id=0d37b36b2890fdf8149d12460ebb00822e555977

From 76d860ca774cb8724de25c3ed3c455ebe5d548e3 Mon Sep 17 00:00:00 2001
From: Sedat Dilek <sedat.dilek@gmail.com>
Date: Sun, 12 Sep 2010 23:02:22 +0200
Subject: [PATCH] util: add Debian welcome message

Include the "Debian" string as /etc/debian_version contains only the Distribution name like "squeeze".
Use Light Red color for Debian.

Based on a proposal patch of Michael Biebl <biebl@debian.org>
src/util.c