summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)) {