summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-10-07 02:12:39 +0000
committerMatt Wilson <msw@redhat.com>1999-10-07 02:12:39 +0000
commit7d4fe64dc66ace41ae5e7d3dd4a920d961e24232 (patch)
tree649f4e30216d66be607af6b2b12980ffb2e747fa /loader
parent5989ab0ba62b4b0e78b23e3237aab7e3fa1fb97c (diff)
downloadanaconda-7d4fe64dc66ace41ae5e7d3dd4a920d961e24232.tar.gz
anaconda-7d4fe64dc66ace41ae5e7d3dd4a920d961e24232.tar.xz
anaconda-7d4fe64dc66ace41ae5e7d3dd4a920d961e24232.zip
fix for sparc
Diffstat (limited to 'loader')
-rw-r--r--loader/loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.c b/loader/loader.c
index b3b064e26..3c0728692 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -1048,7 +1048,7 @@ static char * doMountImage(char * location,
exit(1);
}
-#ifdef INCLUDE_LOCAL
+#if defined (INCLUDE_LOCAL) || defined (__sparc__)
/* If no network is available, check any attached CDROM device for a
Red Hat CD. If there is one there, just die happy */
if (!networkAvailable && !FL_EXPERT(flags)) {