summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-12-05 15:56:47 +0000
committerMatt Wilson <msw@redhat.com>2000-12-05 15:56:47 +0000
commit2aaddb453a10475b3bdec72f63f9d60fedc43d82 (patch)
treec940f2b5a57f3e1e88ac03e5449e941a4d64bc4f /loader
parent265e97939a298b322011fc6bd0b3624583bea43b (diff)
downloadanaconda-2aaddb453a10475b3bdec72f63f9d60fedc43d82.tar.gz
anaconda-2aaddb453a10475b3bdec72f63f9d60fedc43d82.tar.xz
anaconda-2aaddb453a10475b3bdec72f63f9d60fedc43d82.zip
oops, unbreak from the alpha merge
Diffstat (limited to 'loader')
-rw-r--r--loader/loader.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/loader/loader.c b/loader/loader.c
index 9dfba7a3e..e84d4ca48 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -2658,20 +2658,19 @@ logMessage("found url image %s", url);
symlink("../mnt/runtime/modules/pcitable",
"/modules/pcitable");
-# ifndef __sparc__
+#ifndef __sparc__
unlink("/modules/modules.cgz");
symlink("../mnt/runtime/modules/modules.cgz",
"/modules/modules.cgz");
-# else
+#else
/* All sparc32 modules are on the first stage image, if it is sparc64,
then we must keep both the old /modules/modules.cgz which may
either contain all modules, or the basic set + one of net or scsi
and we extend it with the full set of net + scsi modules. */
symlink("../mnt/runtime/modules/modules64.cgz",
"/modules/modules65.cgz");
-# endif
-#endif /* !__ia64__ */
+#endif
}
logMessage("getting ready to spawn shell now");