| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
From: yandros@MIT.EDU Date: Sun, 26 Sep 93 19:53:55 EDT To: graphics@MIT.EDU, bugs@MIT.EDU There's a slight logical error in the fix to setup_images. It has: if [ $HOSTTYPE = "sun4" ]; then (things here that mount romulus) What you actually want is to only mount romulus when: if [ HOSTTYPE != "sun4" ]; then To quote Richard, ``Ooopsie.'' :-)
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |