martin f. krafft: Amend initramfs script for new prerequisite caching code (0.94) (closes: #576641)
Martin F. Krafft
madduck at alioth.debian.org
Tue Apr 6 20:02:36 UTC 2010
Module: mdadm
Branch: incremental
Commit: 496995889c20eaa8b5720dd72403073ea8d4dde8
URL: http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=496995889c20eaa8b5720dd72403073ea8d4dde8
Author: martin f. krafft <madduck at debian.org>
Date: Tue Apr 6 21:49:32 2010 +0200
Amend initramfs script for new prerequisite caching code (0.94) (closes: #576641)
---
debian/changelog | 7 +++++++
debian/initramfs/script.local-top | 8 ++++----
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4024daf..7a13f39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mdadm (3.1.1-2+incremental) UNRELEASED; urgency=low
+
+ * Amend initramfs script for new prerequisite caching code (0.94)
+ (closes: #576641)
+
+ -- martin f. krafft <madduck at debian.org> Tue, 06 Apr 2010 21:49:14 +0200
+
mdadm (3.1.1-2) UNRELEASED; urgency=low
* Ignore lintian error about not stopping in runlevel 1.
diff --git a/debian/initramfs/script.local-top b/debian/initramfs/script.local-top
index b9b4899..4a76d1a 100644
--- a/debian/initramfs/script.local-top
+++ b/debian/initramfs/script.local-top
@@ -6,6 +6,10 @@
#
set -eu
+case ${1:-} in
+ prereqs) echo "multipath"; exit 0;;
+esac
+
. /scripts/functions
if [ -e /scripts/local-top/md ]; then
@@ -32,10 +36,6 @@ verbose()
esac
}
-case ${1:-} in
- prereqs) echo "multipath"; exit 0;;
-esac
-
if [ -e /proc/modules ]; then
verbose && log_begin_msg Loading MD module
if modprobe -q md_mod; then
More information about the pkg-mdadm-commits
mailing list