[systemd-devel] [PATCH] configure.ac: fix typo in distro help string

2012-02-14 Thread Thierry Reding
Signed-off-by: Thierry Reding --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 62e8cdf..87d2211 100644 --- a/configure.ac +++ b/configure.ac @@ -395,7 +395,7 @@ AM_CONDITIONAL(HAVE_XSLTPROC, test x"$XSLTPROC" != x) AC_

[systemd-devel] [ANNOUNCE] systemd v43

2012-02-14 Thread Lennart Poettering
Heya, http://cgit.freedesktop.org/systemd/systemd/tree/NEWS http://www.freedesktop.org/software/systemd/systemd-43.tar.xz Bugfixes and a few minor API extensions to libsystemd-logind. And yeah, support for non-/etc/os-release systems is gone, as mentioned earlier. Lennart -- Lennart Poetterin

Re: [systemd-devel] Display manager and logind interaction

2012-02-14 Thread Lennart Poettering
On Mon, 13.02.12 16:38, Lennart Poettering ([email protected]) wrote: > > > for this?) of logind session, i.e. whether something is a DM greeter > > > session, or a DM lock screen or something like that. We could add this > > > easily however, for example via an XDG_SESSION_ROLE env var for t

Re: [systemd-devel] dracut: ordering of modules

2012-02-14 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/14/2012 10:53 AM, Roberto Sassu wrote: > Hi Dan > > i confirm this issue happens in a Fedora 16 system with the > selinux-policy package installed. > > The selinux dracut module tries to load the policy but returns with > the error below. Afte

Re: [systemd-devel] [HEADS-UP] Support for /etc/os-release now kinda mandatory

2012-02-14 Thread Lennart Poettering
On Tue, 14.02.12 19:41, Lennart Poettering ([email protected]) wrote: > > > Just a quick note: we now added a CPE field to this, on popular > > > request. If you have already adopted this file in your distro, then it > > > might be a good idea to update it to include the CPE name for your > >

Re: [systemd-devel] [HEADS-UP] Support for /etc/os-release now kinda mandatory

2012-02-14 Thread Lennart Poettering
On Tue, 14.02.12 10:19, Koen Kooi ([email protected]) wrote: > > > Op 14 feb. 2012, om 10:16 heeft Lennart Poettering het volgende geschreven: > > > On Mon, 13.02.12 18:39, Lennart Poettering ([email protected]) wrote: > > > >>> We are taking this as first step for removing all t

Re: [systemd-devel] [HEADS-UP] Support for /etc/os-release now kinda mandatory

2012-02-14 Thread Kay Sievers
On Tue, Feb 14, 2012 at 19:19, Koen Kooi wrote: > > Op 14 feb. 2012, om 10:16 heeft Lennart Poettering het volgende geschreven: > >> On Mon, 13.02.12 18:39, Lennart Poettering ([email protected]) wrote: >> We are taking this as first step for removing all the per-distro ifdeffery we

Re: [systemd-devel] [HEADS-UP] Support for /etc/os-release now kinda mandatory

2012-02-14 Thread Koen Kooi
Op 14 feb. 2012, om 10:16 heeft Lennart Poettering het volgende geschreven: > On Mon, 13.02.12 18:39, Lennart Poettering ([email protected]) wrote: > >>> We are taking this as first step for removing all the per-distro >>> ifdeffery we have in systemd. Since many major and a lot of minor >>

Re: [systemd-devel] [HEADS-UP] Support for /etc/os-release now kinda mandatory

2012-02-14 Thread Lennart Poettering
On Mon, 13.02.12 18:39, Lennart Poettering ([email protected]) wrote: > > We are taking this as first step for removing all the per-distro > > ifdeffery we have in systemd. Since many major and a lot of minor > > distributions have adopted /etc/os-release already (including finally > > our ow

Re: [systemd-devel] systemd launch

2012-02-14 Thread Kay Sievers
On Tue, Feb 14, 2012 at 17:28, ayoub ayoub wrote: > Hi, i am using fedora16 i want to know how systemd is launched?? > init=/bin/systemd isn't specified on the kernel command line in grub2.conf?? Usually with the /sbin/init symlink. /sbin/init is the kernel's default. Dracut in Fedora 17 starts

[systemd-devel] systemd launch

2012-02-14 Thread ayoub ayoub
Hi, i am using fedora16 i want to know how systemd is launched?? init=/bin/systemd isn't specified on the kernel command line in grub2.conf?? ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/

Re: [systemd-devel] dracut: ordering of modules

2012-02-14 Thread Roberto Sassu
Hi Dan i confirm this issue happens in a Fedora 16 system with the selinux-policy package installed. The selinux dracut module tries to load the policy but returns with the error below. After switching root, the policy is successfully loaded by Systemd. Thanks Roberto Sassu On 02/13/2012 06: