source:
patches/yaboot-1.3.13-ofpath_sata-1.patch@
54dd8b6
Last change on this file since 54dd8b6 was f2b4aa3, checked in by , 18 years ago | |
---|---|
|
|
File size: 850 bytes |
-
yaboot-1.3.12/ybin/ofpath
Submitted By: Ken Moffat <ken at linuxfromscratch.org> Date: 2005-11-29 Initial Package Version: 1.3.13 Upstream Status: Submitted and merged Origin: fedora Description: Fixes ofpath (needed for initial install) for SATA disks, following the flattening of /proc/device-tree circa 2.6.12.
old new 425 425 { 426 426 case "$DEVNODE" in 427 427 sd*) 428 if ls -l /proc/device-tree | grep -q ^lr ; then429 true430 else431 echo 1>&2 "$PRG: /proc/device-tree is broken. Do not use BootX to boot, use yaboot."432 echo 1>&2 "$PRG: The yaboot HOWTO can be found here: http://www.alaska.net/~erbenson/doc"433 return 1434 fi435 436 428 ## use common scsiinfo function to get info we need. 437 429 scsiinfo || return 1 438 430
Note:
See TracBrowser
for help on using the repository browser.