From owner-freebsd-doc@FreeBSD.ORG Thu Jul 3 09:20:19 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3EFC37B401 for ; Thu, 3 Jul 2003 09:20:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9453E43FFD for ; Thu, 3 Jul 2003 09:20:18 -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 h63GKIUp066019 for ; Thu, 3 Jul 2003 09:20:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h63GKIT8066018; Thu, 3 Jul 2003 09:20:18 -0700 (PDT) Date: Thu, 3 Jul 2003 09:20:18 -0700 (PDT) Message-Id: <200307031620.h63GKIT8066018@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Siegbert Baude Subject: Re: docs/54009: Clarify the location of the splash image in the splash man page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Siegbert Baude List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 16:20:19 -0000 The following reply was made to PR docs/54009; it has been noted by GNATS. From: Siegbert Baude To: freebsd-gnats-submit@FreeBSD.org, msmith@FreeBSD.org Cc: trhodes@FreeBSD.org Subject: Re: docs/54009: Clarify the location of the splash image in the splash man page Date: Thu, 3 Jul 2003 18:16:32 +0200 Tom, but you have an absolute path to the image in your loader.conf, right? I checked the docu now once again, and every piece of it including the splash mini-FAQ says, the splash image should go into /boot. I found the solution in /boot/defaults/loader.conf, where it is said that the image must be located somewhere in the module_path. The default for this however is "/boot/kernel;/boot/modules/" so a splash image in /boot isn't found. I think there are two solutions: 1) Add /boot to the module_path in /boot/defaults/loader.conf like "/boot/kernel;/boot/modules/;/boot" 2) Remove all examples of images in the documentation, which use relative paths and substitute the absolute paths. Mike, do you think there might be some problems with solution #1? It would be easier to correct, but maybe #2 is the cleaner way. I would create the diffs for the man pages and conf-files, so you only had to commit them. Ciao Siegbert