From owner-freebsd-hackers Wed Jun 14 12:42:13 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA27158 for hackers-outgoing; Wed, 14 Jun 1995 12:42:13 -0700 Received: from victor.innovus.com (victor.innovus.com [192.75.186.54]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id MAA27151 for ; Wed, 14 Jun 1995 12:42:10 -0700 Received: (from martin@localhost) by victor.innovus.com (8.6.11/8.6.9) id PAA00766; Wed, 14 Jun 1995 15:59:32 -0400 From: Martin Renters Message-Id: <199506141959.PAA00766@victor.innovus.com> Subject: Re: Diskless question To: luigi@labinfo.iet.unipi.it (Luigi Rizzo) Date: Wed, 14 Jun 1995 15:59:31 -0400 (EDT) Cc: hackers@freefall.cdrom.com In-Reply-To: <199506141902.VAA23857@labinfo.iet.unipi.it> from "Luigi Rizzo" at Jun 14, 95 09:02:38 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 664 Sender: hackers-owner@FreeBSD.org Precedence: bulk > Apparently all documentation on netboot has disappeared. The documentation has moved to /usr/src/share/doc/handbook/diskless.sgml it seems. > It took me a couple of hours to understand why my 386sx wouldn't > launch init & friends when booting diskless... Finally I realized > that it was too slow and couldn't keep up with the server! The problem here is probably more with the ethernet card you're using, rather than the CPU. You can set the rsize/wsize paramaters in your cfg.x.x.x.x file by putting in the lines swapopts rsize=1024 wsize=1024 rootopts rsize=1024 wsize=1024 That way it doesn't affect those cards that can handle 8K requests. Martin