ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/hw-detect

sparky cvs at pld-linux.org
Tue Feb 28 20:34:14 CET 2006


Author: sparky
Date: Tue Feb 28 20:34:11 2006
New Revision: 7050

Modified:
   ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/hw-detect
Log:
- more linux* undetectable partitions


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:34:11 2006
@@ -85,6 +85,17 @@
 				mnt=
 				verbose 4 -Y "type: Linux RAID (skipping)"
 				;;
+			*linux*lvm*)
+				mnt=
+				verbose 4 -Y "type: Linux LVM (skipping)"
+				;;
+			*linux*plaintext*)
+				mnt=
+				verbose 4 -Y "type: Linux plaintext (skipping)"
+				;;
+			*linux*extended*)
+				mnt=
+				;;
 			*linux*)
 				mnt="${mnt}_linux"
 				echo "$dev $mnt auto defaults,noauto,noatime 0 0" >> /etc/fstab


More information about the pld-cvs-commit mailing list