Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > b1492c39df5342a968a22a9cb9cbe9a8 > files > 4

ka-deploy-0.92-18mdv2008.0.src.rpm

--- ka-deploy/scripts/ka-d.sh	2005-03-15 06:01:11.145305424 -0500
+++ ka-deploy/scripts/ka-d.sh.patched	2005-03-15 06:01:30.659957787 -0500
@@ -356,6 +356,9 @@
 		else
 			file=$fld
 			echo + Reading partition table description for $dev
+			if echo "$dev" | grep -q "^cciss"; then
+				dev=`echo "$dev" | sed 's#/#_#'`
+			fi
 			cat $file | create_fdisk_commands > $tmpdir/fdisk_commands$dev
 			test "$?" -eq 0 || exit 1
 			dev=""