[Debootloaders-devel] r39 - trunk/yaboot/ybin

Aurélien GÉRÔME ag-guest at costa.debian.org
Mon Jul 10 21:42:45 UTC 2006


Author: ag-guest
Date: 2006-07-10 21:42:44 +0000 (Mon, 10 Jul 2006)
New Revision: 39

Modified:
   trunk/yaboot/ybin/ofpath
Log:
Add Ethan's patch to remove check for BootX broken device-trees.


Modified: trunk/yaboot/ybin/ofpath
===================================================================
--- trunk/yaboot/ybin/ofpath	2006-07-10 21:38:25 UTC (rev 38)
+++ trunk/yaboot/ybin/ofpath	2006-07-10 21:42:44 UTC (rev 39)
@@ -425,14 +425,6 @@
 {
     case "$DEVNODE" in
 	sd*)
-	    if ls -l /proc/device-tree | grep -q ^lr ; then
-		true
-	    else
-		echo 1>&2 "$PRG: /proc/device-tree is broken.  Do not use BootX to boot, use yaboot."
-		echo 1>&2 "$PRG: The yaboot HOWTO can be found here: http://www.alaska.net/~erbenson/doc"
-		return 1
-	    fi
-
 	    ## use common scsiinfo function to get info we need.
 	    scsiinfo || return 1
 





More information about the Debootloaders-devel mailing list