ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/hw-detect
sparky
cvs at pld-linux.org
Tue Feb 28 20:32:57 CET 2006
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
More information about the pld-cvs-commit
mailing list