I have been running ofpathname for a while with this patch:

Index: powerpc-ibm-utils-1.1.0/scripts/ofpathname
===================================================================
--- powerpc-ibm-utils-1.1.0.orig/scripts/ofpathname     2012-05-22 
15:16:20.788904326 -0400
+++ powerpc-ibm-utils-1.1.0/scripts/ofpathname  2012-05-22 15:16:59.492976026 
-0400
@@ -369,7 +369,7 @@
 #
 l2of_scsi()
 {
-    local sysfs_sd=`$FIND /sys -name $DEVICE 2>/dev/null`
+    local sysfs_sd=`$FIND /sys -type d -name $DEVICE 2>/dev/null`
     if [[ -z $sysfs_sd ]]; then
         err $ERR_NOT_CONFIG
     fi

That has fixed the problem for me.

No need to start patching grub-install.

-- 
Len Sorensen



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to