From owner-freebsd-current@FreeBSD.ORG Tue Apr 8 14:55:47 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E17BA37B401; Tue, 8 Apr 2003 14:55:47 -0700 (PDT) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3362443F75; Tue, 8 Apr 2003 14:55:47 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by rwcrmhc51.attbi.com (rwcrmhc51) with ESMTP id <200304082155460510040f30e>; Tue, 8 Apr 2003 21:55:46 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.9/8.12.7) with ESMTP id h38LtkXf009490; Tue, 8 Apr 2003 17:55:46 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h38LtjKR009487; Tue, 8 Apr 2003 17:55:45 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: BelletJr@aol.com References: <1a2.12d5cfe0.2bc45f3b@aol.com> From: Lowell Gilbert Date: 08 Apr 2003 17:55:45 -0400 In-Reply-To: <1a2.12d5cfe0.2bc45f3b@aol.com> Message-ID: <44fzosirha.fsf@be-well.ilk.org> Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@freebsd.org cc: current@freebsd.org Subject: Re: How to automate this boot process? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 21:55:48 -0000 BelletJr@aol.com writes: > Due to an unresolved problem (with 5.0-Release) that prevents me from booting > directly from my hard drive, I boot the system with the kernel.flp floppy > then type the following commands in the loader: > > unload kernel > set currdev=disk2s2a > boot boot/kernel/kernel > > How can I automate this with a dedicated floppy? 5.0 questions really should be on -CURRENT, but on 4.x I would do this by setting the commands in /boot/loader.rc...