Author: sparky
Date: Tue Feb 28 20:32:54 2006
New Revision: 7049

Modified:
   ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/hw-detect
Log:
- Linux RAID partition won't work, skip it


Modified: ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/hw-detect
==============================================================================
--- ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/hw-detect      (original)
+++ ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/hw-detect      Tue Feb 28 20:32:54 2006
@@ -81,6 +81,10 @@
                                echo "#$dev swap swap defaults 0 0" >> 
/etc/fstab
                                verbose 4 "type: swap (not activating)"
                                ;;
+                       *linux*raid*)
+                               mnt=
+                               verbose 4 -Y "type: Linux RAID (skipping)"
+                               ;;
                        *linux*)
                                mnt="${mnt}_linux"
                                echo "$dev $mnt auto defaults,noauto,noatime 0 
0" >> /etc/fstab
@@ -118,7 +122,7 @@
                                ;;
                        *)
                                mnt=
-                               verbose 4 "type: unknown"
+                               verbose 4 -Y "type: unknown"
                                ;;
                esac
        elif egrep -q "^$dev[   ]" /tmp/parts.mac; then                 # mac 
partitions
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to