From a75c29be45675d59cf3a45341336565a3a72ec6c Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Sat, 4 Jul 2009 09:54:39 +0200 Subject: [PATCH] remove redirection of output to /dev/kmesg until we have a way to mark our messages to come from dracut. --- modules.d/99base/init | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules.d/99base/init b/modules.d/99base/init index cc4252795..99d5d145c 100755 --- a/modules.d/99base/init +++ b/modules.d/99base/init @@ -10,7 +10,6 @@ emergency_shell() exec >/dev/console 2>&1 /dev/kmsg 2>&1 fi mkdir /dev/shm -- 2.47.3