From owner-freebsd-current@FreeBSD.ORG Sun May 4 12:02:24 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A5C337B401 for ; Sun, 4 May 2003 12:02:24 -0700 (PDT) Received: from stork.mail.pas.earthlink.net (stork.mail.pas.earthlink.net [207.217.120.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70FA843FDF for ; Sun, 4 May 2003 12:02:23 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0293.cvx40-bradley.dialup.earthlink.net ([216.244.43.38] helo=mindspring.com) by stork.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 19COkG-0000rO-00; Sun, 04 May 2003 12:01:57 -0700 Message-ID: <3EB5635A.9E6D973B@mindspring.com> Date: Sun, 04 May 2003 12:00:42 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Matt Douhan References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4e5151b3c18bb16edfad6255e7db1cec3350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: Duraid Madina cc: current@freebsd.org Subject: Re: SV: Floppy Support X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2003 19:02:24 -0000 Matt Douhan wrote: > > 2. Servers without CDROM drives. As another poster mentioned, 1U rack or > > clustering servers frequently don't have CDROMs. I know mine don't. > > Fine. PXE boot. What sort of sick f!#ker adds a floppy but leaves a CD > out, anyway? And if you're missing both, surely it's somewhat less > painful to walk around with a USB CDROM drive than to walk around with a > pair of boot floppies? Most embedded deployments don't have a floppy OR a CDROM OR an accessible USB port; they have a custom case fab that bolts over anything not used in the product itself; that's if they even populate the connectors from the motherboard vendor at all, instead of saving money on connectors. To upgrade them, you have to vnconfig a device on the floppy image, extract the mfsroot, vnconfig *another* device on that, mount it up, and copy off the sysinstall. Then you can copy the sysinstall over NFS, NFS mount the CDROM from a second machine, and then run the sysinstall and tell it to "install from local drive", but give it the NFS volume, instead. -- Terry