From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 12 10:20:17 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B01C16A4C0 for ; Fri, 12 Sep 2003 10:20:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4634043FF7 for ; Fri, 12 Sep 2003 10:20:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8CHKFUp078497 for ; Fri, 12 Sep 2003 10:20:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8CHKFDA078496; Fri, 12 Sep 2003 10:20:15 -0700 (PDT) Date: Fri, 12 Sep 2003 10:20:15 -0700 (PDT) Message-Id: <200309121720.h8CHKFDA078496@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Oliver Eikemeier Subject: Re: conf/56736: [PATCH] rcNG: enable packages to participate in rcorder(8) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Oliver Eikemeier List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2003 17:20:17 -0000 The following reply was made to PR conf/56736; it has been noted by GNATS. From: Oliver Eikemeier To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: conf/56736: [PATCH] rcNG: enable packages to participate in rcorder(8) Date: Fri, 12 Sep 2003 19:10:36 +0200 sorry, I missed the remark about diskless booting in /etc/rc. May be we need a two-stage boot process, one without packages till mountcritremote, and with packages after that. Can some of the diskless gurus comment on this?