From owner-freebsd-hackers Tue Dec 2 16:00:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA17440 for hackers-outgoing; Tue, 2 Dec 1997 16:00:19 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA17435 for ; Tue, 2 Dec 1997 16:00:15 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id QAA04838; Tue, 2 Dec 1997 16:00:05 -0800 (PST) To: Joerg Wunsch cc: hackers@FreeBSD.ORG Subject: Re: Out of Box experience (Was: Re: How is selection made of what goes into CDrom?) In-reply-to: Your message of "Tue, 02 Dec 1997 23:43:31 +0100." <19971202234331.13864@uriah.heep.sax.de> Date: Tue, 02 Dec 1997 16:00:05 -0800 Message-ID: <4835.881107205@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Why isn't it possible to run an install over a serial console? > > Because sysinstall extensively relies on syscons features (like > console switching). Really? It shouldn't, at least not in the non-VTY case. It does go to some trouble to try and figure out which it's running on - you don't think it tries to switch consoles when you run it in an xterm for example, do you? :-) Jordan