dracut.conf.d/fedora.conf.example: disable systemd for now
parent
3780d7e449
commit
6da9cb4ba7
|
@ -9,5 +9,5 @@ prefix="/"
|
||||||
systemdutildir=/usr/lib/systemd
|
systemdutildir=/usr/lib/systemd
|
||||||
systemdsystemunitdir=/usr/lib/systemd/system
|
systemdsystemunitdir=/usr/lib/systemd/system
|
||||||
udevdir=/usr/lib/udev
|
udevdir=/usr/lib/udev
|
||||||
add_dracutmodules+=" systemd "
|
#add_dracutmodules+=" systemd "
|
||||||
realinitpath="/usr/lib/systemd/systemd"
|
realinitpath="/usr/lib/systemd/systemd"
|
||||||
|
|
|
@ -84,7 +84,7 @@ Requires: file
|
||||||
Requires: udev > 166
|
Requires: udev > 166
|
||||||
%if 0%{?fedora} || 0%{?rhel} > 6
|
%if 0%{?fedora} || 0%{?rhel} > 6
|
||||||
Requires: util-linux >= 2.21
|
Requires: util-linux >= 2.21
|
||||||
Conflicts: systemd <= 187
|
#Conflicts: systemd <= 187
|
||||||
%else
|
%else
|
||||||
Requires: util-linux-ng >= 2.21
|
Requires: util-linux-ng >= 2.21
|
||||||
%endif
|
%endif
|
||||||
|
|
Loading…
Reference in New Issue