Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 9d9a919ae2020b7db67a2e898727cafc > files > 19

grub-0.97-13.10.el5.src.rpm

--- grub-0.95/util/grub-install.in.nonmbr	2005-03-16 10:02:50.000000000 -0500
+++ grub-0.95/util/grub-install.in	2005-03-16 10:02:13.000000000 -0500
@@ -444,7 +444,10 @@
 /dev/*)
     install_device=`resolve_symlink "$install_device"`
     for install_drive in `find_real_devs $install_device` ; do
-	install_drive=`convert $install_drive | sed 's/,[0-9]*)/)/'`
+	install_drive=`convert $install_drive`
+	if is_raid1_device $install_device; then
+		install_drive=`echo $install_drive | sed 's/,[0-9]*)/)/'`
+	fi
 	if [ "x$install_drive" = "x" ]; then
 	    exit 1
 	fi