From owner-freebsd-chat Mon Jun 30 20:35:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA04633 for chat-outgoing; Mon, 30 Jun 1997 20:35:00 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA04625 for ; Mon, 30 Jun 1997 20:34:56 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id UAA24419; Mon, 30 Jun 1997 20:34:24 -0700 (PDT) To: Steve Price cc: freebsd-chat@freefall.freebsd.org Subject: Re: problems with ISP dropping link during install In-reply-to: Your message of "Mon, 30 Jun 1997 21:20:34 CDT." <33B86972.41C67EA6@hiwaay.net> Date: Mon, 30 Jun 1997 20:34:24 -0700 Message-ID: <24416.867728064@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-chat@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I know this will sound stupid, but how is the boot.flp image > built. I just got my new server at work today and was trying Not stupid, just somewhat complex. Look at the release target in /usr/src/release/Makefile and play connect the dots. There are a lot of dots, so be also prepared for a non-trivial amount of study. :-) Jordan