summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-13 18:08:22 +0000
committerMatt Wilson <msw@redhat.com>2000-01-13 18:08:22 +0000
commite5ee9e326e8bb91ced4509dc8a4f17d4e94fa861 (patch)
tree5f075751a71d55a7ce1f1875d88f13fea40788d1
parent0d103c4c51791893739e9c8c5991daf111922ecb (diff)
mount unix98 pty on alpha, fixed http/ftp crash - extra newtPopWindow()
-rw-r--r--loader/init.c2
-rw-r--r--loader/loader.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/loader/init.c b/loader/init.c
index d225551c1..5fbf3c9a5 100644
--- a/loader/init.c
+++ b/loader/init.c
@@ -482,14 +482,12 @@ int main(int argc, char **argv) {
}
printf("done\n");
-#ifndef __alpha__
printf("mounting /dev/pts (unix98 pty) filesystem... ");
if (!testing) {
if (mount("/dev/pts", "/dev/pts", "devpts", 0, NULL))
fatal_error(1);
}
printf("done\n");
-#endif
for (i = 1; i < argc; i++)
if (!strcmp (argv[i], "serial")) {
diff --git a/loader/loader.c b/loader/loader.c
index d29f1d1da..c73b181ae 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -963,7 +963,6 @@ static char * mountUrlImage(struct installMethod * method,
fd = urlinstStartTransfer(&ui, "base/stage2.img");
if (fd < 0) {
- newtPopWindow();
newtWinMessage(_("FTP"), _("OK"),
_("Unable to retrieve the second stage ramdisk"));
stage = URL_STAGE_MAIN;