Blame 0053-base-module-setup.sh-removed-mount-hook.patch

Harald Hoyer 12f6cc
From 96c6fa920255a3bf4e7cd7c974aa13814d74beb6 Mon Sep 17 00:00:00 2001
Harald Hoyer 12f6cc
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 12f6cc
Date: Thu, 26 Jul 2012 17:35:25 +0200
Harald Hoyer 12f6cc
Subject: [PATCH] base/module-setup.sh: removed mount-hook
Harald Hoyer 12f6cc
Harald Hoyer 12f6cc
---
Harald Hoyer 12f6cc
 modules.d/99base/module-setup.sh | 1 -
Harald Hoyer 12f6cc
 1 file changed, 1 deletion(-)
Harald Hoyer 12f6cc
Harald Hoyer 12f6cc
diff --git a/modules.d/99base/module-setup.sh b/modules.d/99base/module-setup.sh
Harald Hoyer 12f6cc
index dde1285..097607a 100755
Harald Hoyer 12f6cc
--- a/modules.d/99base/module-setup.sh
Harald Hoyer 12f6cc
+++ b/modules.d/99base/module-setup.sh
Harald Hoyer 12f6cc
@@ -39,7 +39,6 @@ install() {
Harald Hoyer 12f6cc
     dracut_install switch_root || dfatal "Failed to install switch_root"
Harald Hoyer 12f6cc
 
Harald Hoyer 12f6cc
     inst_simple "$moddir/dracut-lib.sh" "/lib/dracut-lib.sh"
Harald Hoyer 12f6cc
-    inst_script "$moddir/mount-hook.sh" "/usr/bin/mount-hook"
Harald Hoyer 12f6cc
     inst_hook cmdline 10 "$moddir/parse-root-opts.sh"
Harald Hoyer 12f6cc
     mkdir -p "${initdir}/var"
Harald Hoyer 12f6cc
     [ -x /lib/systemd/systemd-timestamp ] && inst /lib/systemd/systemd-timestamp