From owner-freebsd-hackers@FreeBSD.ORG Thu Jan 8 14:33:02 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B681216A4CE for ; Thu, 8 Jan 2004 14:33:02 -0800 (PST) Received: from hermes.aueb.gr (hermes.aueb.gr [195.251.255.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C28443D54 for ; Thu, 8 Jan 2004 14:33:00 -0800 (PST) (envelope-from dds@aueb.gr) Received: from aueb.gr (faculty05.right.dialup.aueb.gr [195.251.255.249]) by hermes.aueb.gr (8.12.9/8.12.9) with ESMTP id i08MX8iC020842; Fri, 9 Jan 2004 00:33:09 +0200 Message-ID: <3FFDDA9C.3090507@aueb.gr> Date: Fri, 09 Jan 2004 00:33:00 +0200 From: Diomidis Spinellis User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en, el, de MIME-Version: 1.0 To: Brooks Davis References: <20040107235737.I32227@pooker.samsco.home> <20040108075059.GK53429@silverwraith.com> <20040108075811.GJ48603@over-yonder.net> <20040108095207.GA52153@atrbg11.informatik.tu-muenchen.de> <20040108171108.GA6216@Odin.AC.HMC.Edu> <3FFDC218.60607@aueb.gr> <20040108214954.GA16048@Odin.AC.HMC.Edu> In-Reply-To: <20040108214954.GA16048@Odin.AC.HMC.Edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: hackers@freebsd.org cc: "Matthew D. Fuller" Subject: Re: Discussion on the future of floppies in 5.x and 6.x X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2004 22:33:02 -0000 Brooks Davis wrote: > No, I mean a server. The hard part about using PXE to install a box is > setting up the other box to boot the box your are installing on. It's > not all the difficult, but it require a bit of knowledge, some grunt > work, and a reasionable UNIX-like machine to start from. What I propose > is adding enough stuff to disk 1 that you can do pxe installs like this: Nice idea! My mind was fixated on older machines that do not support PXE; as I always have a couple of FreeBSD servers around at work/home I failed to realise that setting up a PXE server could ever be a problem. Diomidis