Author: hawk
Date: Wed Aug 6 10:48:41 2008
New Revision: 9853
Modified:
geninitrd/trunk/geninitrd
Log:
- /dev/rd -> /dev/rd/, /dev/ida -> /dev/ida/, fixes initrd
generation on these arrays (they were treated as LVM)
Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd (original)
+++ geninitrd/trunk/geninitrd Wed Aug 6 10:48:41 2008
@@ -849,13 +849,13 @@
if [[ "$devpath" == /dev/rd/* ]]; then
findmodule "DAC960"
- rootdev_add="/dev/rd"
+ rootdev_add="/dev/rd/"
return
fi
if [[ "$devpath" == /dev/ida/* ]]; then
findmodule "cpqarray"
- rootdev_add="/dev/ida"
+ rootdev_add="/dev/ida/"
return
fi
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit