From owner-freebsd-hackers Tue Jun 12 13:42:35 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from ambrisko.com (adsl-64-174-51-42.dsl.snfc21.pacbell.net [64.174.51.42]) by hub.freebsd.org (Postfix) with ESMTP id A85DE37B409 for ; Tue, 12 Jun 2001 13:42:24 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.11.3/8.11.3) id f5CKfKb49136; Tue, 12 Jun 2001 13:41:20 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200106122041.f5CKfKb49136@ambrisko.com> Subject: Re: NFS swap? In-Reply-To: <15142.27932.205227.738099@trooper.velocet.net> "from David Gilbert at Jun 12, 2001 03:27:24 pm" To: David Gilbert Date: Tue, 12 Jun 2001 13:41:20 -0700 (PDT) Cc: freebsd-hackers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG David Gilbert writes: | I used to include 'option option-128 "/path/to/swap"' in my dhcpd.conf | file to get nfs swap mounted properly. I'm now using a 4.3 kernel and | dhcpd 3.0rc4 from ISC. It won't allow me to put in option-128. Is | there any other way to specify nfs based swap? Try this first define the option near the top: option swap-path code 128 = string; then use it as: option swap-path "/path/to/swap"; It's actually kind of nice to bad it doesn't totally work for dhclient when you want to request and option that is not standard. Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message