blob: 042221965d37b9be23a1ac8115f7531da4ac2145 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
--- yaboot-1.3.13.orig/ybin/ofpath 2005-10-08 20:16:46.000000000 -0400
+++ yaboot-1.3.13/ybin/ofpath 2005-10-08 20:17:59.000000000 -0400
@@ -473,14 +473,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
@@ -715,13 +707,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."
- return 1
- fi
-
## use common scsiinfo function to get info we need.
scsiinfo || return 1
|