From owner-freebsd-hackers Tue Feb 25 16:41:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA29312 for hackers-outgoing; Tue, 25 Feb 1997 16:41:59 -0800 (PST) Received: from ocean.campus.luth.se (ocean.campus.luth.se [130.240.194.116]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA29306 for ; Tue, 25 Feb 1997 16:41:56 -0800 (PST) Received: (from karpen@localhost) by ocean.campus.luth.se (8.7.5/8.7.3) id BAA09889; Wed, 26 Feb 1997 01:46:30 +0100 (MET) From: Mikael Karpberg Message-Id: <199702260046.BAA09889@ocean.campus.luth.se> Subject: Re: Ethernet options on 2.2-GAMMA To: joerg_wunsch@uriah.heep.sax.de Date: Wed, 26 Feb 1997 01:46:30 +0100 (MET) Cc: hackers@freebsd.org In-Reply-To: from J Wunsch at "Feb 25, 97 08:54:28 am" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk According to J Wunsch: > As Nate Williams wrote: > > > > The relevant code in pccardd is actually fairly small, and the card > > > database ought to compress well. > > > > Actually, this is the hard part. The code in pccardd is *NOT* small, > > since it has to read all of the darn card TUPLES and such. It's alot of > > bloat for (IMHO) little gain. > > What about supplying this from a second floppy? Remember, once the > kernel has been loaded, the floppy device is available again. Speaking of the floppy being available again... One BADLY missed option sometimes is the "Start holographic shell" option in the main menu. It'd be really nice to be able to get a shell first thing, and be able to start the install after doing initial work. (Currently the routine is: make install crash, and give you a shell, then do what you want, and retry istallation. Kinda sucks.) I seem to remember there being some problem with that option, like if the shell was launched too early, floppy install, etc wouldn't work. So what? If you're going to install from network and you need to set things up a bit BEFORE you let sysistall at it, you kinda like to have that shell there. So, why not make it an option and simply say: "Are you sure? This will disable floppy install, etc" And if the user says to go ahead, then just disable floppy install, and give the user his long awaited shell. Or? I'm sorry if this is something that is already fixed, or somehow rejected. In the latter case, why? /Mikael