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