base: hard depend on systemd, if system was started by systemd
parent
6e0348f33b
commit
71bb2ecd79
|
|
@ -12,5 +12,4 @@ systemdutildir=/usr/lib/systemd
|
|||
systemdsystemunitdir=/usr/lib/systemd/system
|
||||
systemdsystemconfdir=/etc/systemd/system
|
||||
udevdir=/usr/lib/udev
|
||||
add_dracutmodules+=" systemd "
|
||||
hostonly="yes"
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ check() {
|
|||
|
||||
depends() {
|
||||
echo udev-rules
|
||||
systemctl --system --no-pager &>/dev/null && echo systemd
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue