Blame 0009-systemd-dracut-initqueue.sh-remove-pre-trigger-sourc.patch
|
Harald Hoyer |
18c19d |
From 521c57aca554f72c7e51ddf22f9c36bfc202cecd Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
18c19d |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
18c19d |
Date: Thu, 7 Jun 2012 11:31:45 +0200
|
|
Harald Hoyer |
18c19d |
Subject: [PATCH] systemd/dracut-initqueue.sh: remove pre-trigger sourcing
|
|
Harald Hoyer |
18c19d |
|
|
Harald Hoyer |
18c19d |
Thanks ms77 on #dracut!
|
|
Harald Hoyer |
18c19d |
---
|
|
Harald Hoyer |
18c19d |
modules.d/98systemd/dracut-initqueue.sh | 1 -
|
|
Harald Hoyer |
18c19d |
1 file changed, 1 deletion(-)
|
|
Harald Hoyer |
18c19d |
|
|
Harald Hoyer |
18c19d |
diff --git a/modules.d/98systemd/dracut-initqueue.sh b/modules.d/98systemd/dracut-initqueue.sh
|
|
Harald Hoyer |
18c19d |
index 52b9cf5..5544e71 100755
|
|
Harald Hoyer |
18c19d |
--- a/modules.d/98systemd/dracut-initqueue.sh
|
|
Harald Hoyer |
18c19d |
+++ b/modules.d/98systemd/dracut-initqueue.sh
|
|
Harald Hoyer |
18c19d |
@@ -8,7 +8,6 @@ if [ -f /dracut-state.sh ]; then
|
|
Harald Hoyer |
18c19d |
fi
|
|
Harald Hoyer |
18c19d |
. /lib/dracut-lib.sh
|
|
Harald Hoyer |
18c19d |
source_conf /etc/conf.d
|
|
Harald Hoyer |
18c19d |
-source_hook pre-trigger
|
|
Harald Hoyer |
18c19d |
|
|
Harald Hoyer |
18c19d |
getarg 'rd.break=initqueue' 'rdbreak=initqueue' && emergency_shell -n initqueue "Break before initqueue"
|
|
Harald Hoyer |
18c19d |
|