Bug#780571: release-notes: Review from the kernel team
Control: tags -1 pending
On 2015-03-21 00:27, Ben Hutchings wrote:
> [...]
>
> Please include or link to systemd kernel requirements at
> <http://sources.debian.net/src/systemd/215-12/README/#L39>.
>
> CONFIG_BT is required by bluez and hence for gnome, although I don't
> know whether that's new.
>
> CONFIG_PPDEV is apparently required by cups under systemd, if only to
> avoid error messages.
>
> Ben.
>
Thanks, I have updated the section with the attached patch.
~Niels
From b5980b20b365d89a4f1b2c289396761e8f30e680 Mon Sep 17 00:00:00 2001
From: nthykier <nthykier@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Date: Thu, 9 Apr 2015 13:47:30 +0000
Subject: [PATCH] issues: Expand a bit on the kernel requirements (#780571)
Signed-off-by: Niels Thykier <niels@thykier.net>
git-svn-id: svn+ssh://svn.debian.org/svn/ddp/manuals/trunk/release-notes@10744 313b444b-1b9f-4f58-a734-7bb04f332e8d
---
en/issues.dbk | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/en/issues.dbk b/en/issues.dbk
index be5f893..9f1b6fd 100644
--- a/en/issues.dbk
+++ b/en/issues.dbk
@@ -494,6 +494,10 @@ debsums -c -e | grep ^/etc/init.d
CONFIG_DEVTMPFS=y
# Required for *some* systemd services
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
+# Required by "bluez" (GNOME)
+CONFIG_BT=y
+# Required for cups + systemd.
+CONFIG_PPDEV=y
</screen> <para>
The systemd services which require
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y will typically contain at
@@ -512,8 +516,9 @@ ProtectSystem=yes
</para>
<para>
For more information about the requirements, please refer to
- <filename>/usr/share/doc/systemd/README.gz</filename> (from the
- <systemitem role="package">systemd</systemitem> package).
+ section called "REQUIREMENTS" in the <ulink
+ url="https://sources.debian.net/src/systemd/jessie/README/">README</ulink>
+ file of <systemitem role="package">systemd</systemitem> package.
</para>
</section>
--
2.1.4
Reply to: