From 8ff045c08e9fc6b5665b42eb7e38f8dd2e6dea37 Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Fri, 25 Mar 2011 23:16:54 +0100 Subject: [PATCH] Support raid devices as well --- debian/patches/25_support_lvm_for_live-media.dpatch | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/patches/25_support_lvm_for_live-media.dpatch b/debian/patches/25_support_lvm_for_live-media.dpatch index 250d0aa..b43106a 100755 --- a/debian/patches/25_support_lvm_for_live-media.dpatch +++ b/debian/patches/25_support_lvm_for_live-media.dpatch @@ -2,13 +2,13 @@ ## 25_support_lvm_for_live-media.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. -## DP: Support lvm devices for live-media +## DP: Support lvm and raid devices for live-media @DPATCH@ --- a/scripts/live +++ b/scripts/live -@@ -1509,6 +1509,15 @@ check_dev () +@@ -1509,6 +1509,21 @@ check_dev () umount $mountpoint fi fi @@ -19,6 +19,12 @@ + ROOT="$devname" resume="" /scripts/local-top/lvm2 + fi + ;; ++ /dev/md*) ++ if [ -x /scripts/local-top/mdadm ] ; then ++ echo "MD_DEVS=$devname" >> /conf/conf.d/md ++ /scripts/local-top/mdadm ++ fi ++ ;; + esac + [ -e "$devname" ] || continue -- 2.1.4