From owner-freebsd-questions@FreeBSD.ORG Thu Jun 9 14:08:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D7A416A41C for ; Thu, 9 Jun 2005 14:08:14 +0000 (GMT) (envelope-from cmorland@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30D6843D55 for ; Thu, 9 Jun 2005 14:08:13 +0000 (GMT) (envelope-from cmorland@gmail.com) Received: by zproxy.gmail.com with SMTP id 12so177844nzp for ; Thu, 09 Jun 2005 07:08:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=d7dcpdL4gfBw0Hl2frsHi6lS0ZtxR74MwCjN/eQSJEwsi8SkoW6NA88lpNYV8yuFnbFiOVYxwvDI/zPY8ZrgD5Z2hiBOGVDPgFTUHdhFYD/YDP2pedhn8pNEP8RS9sIZalNmThS+3wCP53zeX3P5wjb80X5v33sBuYTXCT8ThvI= Received: by 10.36.9.5 with SMTP id 5mr418897nzi; Thu, 09 Jun 2005 07:08:13 -0700 (PDT) Received: by 10.36.61.6 with HTTP; Thu, 9 Jun 2005 07:08:12 -0700 (PDT) Message-ID: <8ca93290506090708130de68f@mail.gmail.com> Date: Thu, 9 Jun 2005 10:08:12 -0400 From: Chad Morland To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: PXE and rc.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chad Morland List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2005 14:08:14 -0000 I have created a Jumpstart server using the guide located at http://www.freebsd.org/doc/en_US.ISO8859-1/articles/pxe/index.html I am trying to set configure settings in rc.conf using a post-install script that is installed using a custom created package. However, it seems that when the machine reboots after sysinstall is run my custom rc.conf is replaced by one generated by sysinstall. One workaround I have for this is to create a rc.conf.local which does seem to work. However, there is still a sysinstall generated rc.conf with different values which leads to confusion. Is there a way to prevent sysinstall from writing over my new rc.conf or a way to not make it generate that file at all? I would rather have a file named rc.conf than rc.conf.local for simplicity's sake. -CM