Support raid devices as well
authorUlrich Dangel <mru@grml.org>
Fri, 25 Mar 2011 22:16:54 +0000 (23:16 +0100)
committerUlrich Dangel <mru@grml.org>
Fri, 3 Jun 2011 00:28:18 +0000 (02:28 +0200)
debian/patches/25_support_lvm_for_live-media.dpatch

index 250d0aa..b43106a 100755 (executable)
@@ -2,13 +2,13 @@
 ## 25_support_lvm_for_live-media.dpatch by  <mru@grml.org>
 ##
 ## 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
 +                      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