X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=ybin%2Fofpath;h=5cc33f2a481f9b3b90a72621b50914569a8e364d;hp=1a69a486608eef3d54fd99bd9aab887f1ad68235;hb=1476a0ba1159e01aaffaf9c8a8d0fe2a6418d493;hpb=ad8f878934b10bf3baba4eb82073244932c2c4a2 diff --git a/ybin/ofpath b/ybin/ofpath index 1a69a48..5cc33f2 100755 --- a/ybin/ofpath +++ b/ybin/ofpath @@ -425,14 +425,6 @@ newworld() { 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