diff options
-rw-r--r-- | loader/init.c | 2 | ||||
-rw-r--r-- | loader/loader.c | 1 |
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; |