|
Harald Hoyer |
831665 |
From e4dec3d6b66ad6cc3c5b0646459c4ba2db1808b7 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
831665 |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
831665 |
Date: Thu, 3 Sep 2009 17:11:57 +0200
|
|
Harald Hoyer |
831665 |
Subject: [PATCH 6/6] {crypt,dmraid,lvm,mdraid}: cleanup with pre-pivot 30 and 31
|
|
Harald Hoyer |
831665 |
|
|
Harald Hoyer |
831665 |
---
|
|
Harald Hoyer |
831665 |
modules.d/90crypt/install | 2 +-
|
|
Harald Hoyer |
831665 |
modules.d/90dmraid/install | 2 +-
|
|
Harald Hoyer |
831665 |
modules.d/90lvm/install | 2 +-
|
|
Harald Hoyer |
831665 |
modules.d/90mdraid/install | 2 +-
|
|
Harald Hoyer |
831665 |
4 files changed, 4 insertions(+), 4 deletions(-)
|
|
Harald Hoyer |
831665 |
|
|
Harald Hoyer |
831665 |
diff --git a/modules.d/90crypt/install b/modules.d/90crypt/install
|
|
Harald Hoyer |
831665 |
index 5108fef..b15440c 100755
|
|
Harald Hoyer |
831665 |
--- a/modules.d/90crypt/install
|
|
Harald Hoyer |
831665 |
+++ b/modules.d/90crypt/install
|
|
Harald Hoyer |
831665 |
@@ -4,4 +4,4 @@ inst_rules "$moddir/70-luks.rules"
|
|
Harald Hoyer |
831665 |
inst "$moddir"/cryptroot-ask.sh /sbin/cryptroot-ask
|
|
Harald Hoyer |
831665 |
inst_hook cmdline 30 "$moddir/parse-crypt.sh"
|
|
Harald Hoyer |
831665 |
inst_hook pre-pivot 30 "$moddir/crypt-cleanup.sh"
|
|
Harald Hoyer |
831665 |
-inst_hook pre-pivot 60 "$moddir/crypt-cleanup.sh"
|
|
Harald Hoyer |
831665 |
+inst_hook pre-pivot 31 "$moddir/crypt-cleanup.sh"
|
|
Harald Hoyer |
831665 |
diff --git a/modules.d/90dmraid/install b/modules.d/90dmraid/install
|
|
Harald Hoyer |
831665 |
index 704728b..b66257c 100755
|
|
Harald Hoyer |
831665 |
--- a/modules.d/90dmraid/install
|
|
Harald Hoyer |
831665 |
+++ b/modules.d/90dmraid/install
|
|
Harald Hoyer |
831665 |
@@ -4,4 +4,4 @@ inst "$moddir/dmraid.sh" /sbin/dmraid_scan
|
|
Harald Hoyer |
831665 |
inst_rules 64-md-raid.rules
|
|
Harald Hoyer |
831665 |
inst_rules "$moddir/61-dmraid-imsm.rules"
|
|
Harald Hoyer |
831665 |
inst_hook pre-pivot 30 "$moddir/dmraid-cleanup.sh"
|
|
Harald Hoyer |
831665 |
-inst_hook pre-pivot 60 "$moddir/dmraid-cleanup.sh"
|
|
Harald Hoyer |
831665 |
+inst_hook pre-pivot 31 "$moddir/dmraid-cleanup.sh"
|
|
Harald Hoyer |
831665 |
diff --git a/modules.d/90lvm/install b/modules.d/90lvm/install
|
|
Harald Hoyer |
831665 |
index eb27159..ad4d2e2 100755
|
|
Harald Hoyer |
831665 |
--- a/modules.d/90lvm/install
|
|
Harald Hoyer |
831665 |
+++ b/modules.d/90lvm/install
|
|
Harald Hoyer |
831665 |
@@ -13,4 +13,4 @@ fi
|
|
Harald Hoyer |
831665 |
inst "$moddir/lvm_scan.sh" /sbin/lvm_scan
|
|
Harald Hoyer |
831665 |
inst_hook cmdline 30 "$moddir/parse-lvm.sh"
|
|
Harald Hoyer |
831665 |
inst_hook pre-pivot 30 "$moddir/lvm-cleanup.sh"
|
|
Harald Hoyer |
831665 |
-inst_hook pre-pivot 60 "$moddir/lvm-cleanup.sh"
|
|
Harald Hoyer |
831665 |
\ No newline at end of file
|
|
Harald Hoyer |
831665 |
+inst_hook pre-pivot 31 "$moddir/lvm-cleanup.sh"
|
|
Harald Hoyer |
831665 |
\ No newline at end of file
|
|
Harald Hoyer |
831665 |
diff --git a/modules.d/90mdraid/install b/modules.d/90mdraid/install
|
|
Harald Hoyer |
831665 |
index 497e5b0..71c313b 100755
|
|
Harald Hoyer |
831665 |
--- a/modules.d/90mdraid/install
|
|
Harald Hoyer |
831665 |
+++ b/modules.d/90mdraid/install
|
|
Harald Hoyer |
831665 |
@@ -34,4 +34,4 @@ fi
|
|
Harald Hoyer |
831665 |
inst "$moddir/mdraid_start.sh" /sbin/mdraid_start
|
|
Harald Hoyer |
831665 |
inst_hook pre-trigger 30 "$moddir/parse-md.sh"
|
|
Harald Hoyer |
831665 |
inst_hook pre-pivot 30 "$moddir/mdraid-cleanup.sh"
|
|
Harald Hoyer |
831665 |
-inst_hook pre-pivot 60 "$moddir/mdraid-cleanup.sh"
|
|
Harald Hoyer |
831665 |
\ No newline at end of file
|
|
Harald Hoyer |
831665 |
+inst_hook pre-pivot 31 "$moddir/mdraid-cleanup.sh"
|
|
Harald Hoyer |
831665 |
--
|
|
Harald Hoyer |
831665 |
1.6.2.5
|
|
Harald Hoyer |
831665 |
|