From 6da9cb4ba7ad9ecef98ea3a7c9f27f1efd68e5aa Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 17 Jul 2012 11:09:51 +0200 Subject: [PATCH] dracut.conf.d/fedora.conf.example: disable systemd for now --- dracut.conf.d/fedora.conf.example | 2 +- dracut.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dracut.conf.d/fedora.conf.example b/dracut.conf.d/fedora.conf.example index 4cb1890..012bdd6 100644 --- a/dracut.conf.d/fedora.conf.example +++ b/dracut.conf.d/fedora.conf.example @@ -9,5 +9,5 @@ prefix="/" systemdutildir=/usr/lib/systemd systemdsystemunitdir=/usr/lib/systemd/system udevdir=/usr/lib/udev -add_dracutmodules+=" systemd " +#add_dracutmodules+=" systemd " realinitpath="/usr/lib/systemd/systemd" diff --git a/dracut.spec b/dracut.spec index 9108d1a..78de2f3 100644 --- a/dracut.spec +++ b/dracut.spec @@ -84,7 +84,7 @@ Requires: file Requires: udev > 166 %if 0%{?fedora} || 0%{?rhel} > 6 Requires: util-linux >= 2.21 -Conflicts: systemd <= 187 +#Conflicts: systemd <= 187 %else Requires: util-linux-ng >= 2.21 %endif -- 2.7.4