From owner-freebsd-hackers Tue May 1 21:49: 2 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from mailout1-hme0.midsouth.rr.com (mailout1-100bt.midsouth.rr.com [24.92.68.6]) by hub.freebsd.org (Postfix) with ESMTP id E441337B423 for ; Tue, 1 May 2001 21:48:59 -0700 (PDT) (envelope-from dchance@midsouth.rr.com) Received: from satan (HubS-mcr-24-165-213-219.midsouth.rr.com [24.165.213.219]) by mailout1-hme0.midsouth.rr.com (8.11.2/8.11.2) with SMTP id f424mqb25571 for ; Tue, 1 May 2001 23:48:52 -0500 (CDT) Message-ID: <024d01c0d2c3$56626ac0$0200000a@satan> From: "Daryl Chance" To: Subject: Mini Config. Date: Tue, 1 May 2001 23:49:51 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2465.0003 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2465.0003 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm working on creating the smallest config I can get to compile as an "experiment" and to basically move to KLM's overall (once I get this working properly, I'll send-pr it to see if anyone wants it in the next release possibly). I have a question about how I would get some of the options into the kernel, wether it be sysctl or they would need to be in the kernel config. Things like: options NFS_ROOT options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=10 etc etc. If I kldload nfs.ko, will the NFS_ROOT option be available if I don't specify it in the kernel or do I need to specify it in the kernel if I want it to be usable as root when the NFS module is loaded? Can I do this via sysctls? Same goes for IPFIREWALL_* Thanks, Daryl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message