From owner-freebsd-hackers Mon Aug 12 16:03:08 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA04770 for hackers-outgoing; Mon, 12 Aug 1996 16:03:08 -0700 (PDT) Received: from gateway.tcsi.com (tcsi.com [137.134.47.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA04757 for ; Mon, 12 Aug 1996 16:03:06 -0700 (PDT) Received: from draco.tcs.com (draco.tcs.com [137.134.40.2]) by gateway.tcsi.com (8.7.4/8.7.3) with ESMTP id QAA06598; Mon, 12 Aug 1996 16:03:00 -0700 (PDT) Received: from cozumel.tcs.com (cozumel.tcs.com [137.134.104.12]) by draco.tcs.com (8.7.5/8.7.3) with ESMTP id QAA19451; Mon, 12 Aug 1996 16:04:39 -0700 (PDT) From: Douglas Ambrisko Received: (ambrisko@localhost) by cozumel.tcs.com (8.6.10/8.6.10) id QAA05587; Mon, 12 Aug 1996 16:02:26 -0700 Message-Id: <199608122302.QAA05587@cozumel.tcs.com> Subject: Re: webbox with bsdi To: julian@whistle.com (Julian Elischer) Date: Mon, 12 Aug 1996 16:02:25 -0700 (PDT) Cc: hackers@freebsd.org In-Reply-To: <320F94C7.2781E494@whistle.com> from "Julian Elischer" at Aug 12, 96 01:32:07 pm X-Mailer: ELM [version 2.4 PL25] 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 Julian Elischer writes: | | > > Is there a virtual disk system (memory based) in FreeBSD ? | > | > Yes. | | in -current, | look at /usr/src/release/floppies. | | the boot floppy made there could easily be tailored to contain whatever | you require. | just duplicate teh 'boot' directory and edit it.. | (worked lat time I checked.. | | Jordan, I went to a lot of trouble to separate out the disk production | stuff and it worked fine last I looked. | your commnets that it didn't work are a worry.. | can you tell me what was wrong? | it's a lot simpler than teh current stuff and should be easier to | debug... Over this last weekend I got my serial install floppy working and ran into a bug in the script that makes a tiny file-system. Your new method works great and I made another change to crunch phase to use relative paths instead of absolute. Unfortunately I probably won't be able to get the patches together until Wed. Doug A.