From 4fc581935a20a03f4bb00d3f2e238d69c2ffa30b Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 21 Jul 2006 17:58:25 +0000 Subject: 2006-07-21 Jeremy Katz * loader2/loader.c: Move things back to tty1 --- ChangeLog | 4 ++++ loader2/loader.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index e175a2b92..947e911ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-21 Jeremy Katz + + * loader2/loader.c: Move things back to tty1 + 2006-07-20 Chris Lumens * iutil.py (execWithRedirect, execWithCapture): Check that any file diff --git a/loader2/loader.c b/loader2/loader.c index 3978abc73..8070fa053 100644 --- a/loader2/loader.c +++ b/loader2/loader.c @@ -1216,10 +1216,12 @@ static int anaconda_trace_init(void) { * is well before we might take a SEGV, so they'll go to tty8 */ initializeTtys(); +#if 0 fd = open("/dev/tty8", O_RDWR); close(STDERR_FILENO); dup2(fd, STDERR_FILENO); close(fd); +#endif /* set up signal handler */ signal(SIGSEGV, loaderSegvHandler); -- cgit