77c9114cb0
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/dracut#99c74373eee952f26c7d256f12c024fe29397ae6
26 lines
909 B
Diff
26 lines
909 B
Diff
From c437933cb0490e800e776cb7695d2ea0e95056a2 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?J=C3=B3hann=20B=2E=20Gu=C3=B0mundsson?= <johannbg@gmail.com>
|
|
Date: Wed, 15 Jul 2020 14:34:17 +0000
|
|
Subject: [PATCH] As of v246 of systemd "syslog" and "syslog-console" switches
|
|
have been deprecated
|
|
|
|
---
|
|
modules.d/98dracut-systemd/dracut-pre-mount.service | 3 +--
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
diff --git a/modules.d/98dracut-systemd/dracut-pre-mount.service b/modules.d/98dracut-systemd/dracut-pre-mount.service
|
|
index d3909689..18c9730c 100644
|
|
--- a/modules.d/98dracut-systemd/dracut-pre-mount.service
|
|
+++ b/modules.d/98dracut-systemd/dracut-pre-mount.service
|
|
@@ -19,8 +19,7 @@ Environment=NEWROOT=/sysroot
|
|
Type=oneshot
|
|
ExecStart=-/bin/dracut-pre-mount
|
|
StandardInput=null
|
|
-StandardOutput=syslog
|
|
-StandardError=syslog+console
|
|
+StandardError=journal+console
|
|
KillMode=process
|
|
RemainAfterExit=yes
|
|
|
|
|