From owner-freebsd-questions Fri Apr 9 18:53:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hawaii.conterra.com (hawaii.conterra.com [209.12.164.32]) by hub.freebsd.org (Postfix) with ESMTP id C5EBA1518D for ; Fri, 9 Apr 1999 18:53:37 -0700 (PDT) (envelope-from myself@conterra.com) Received: from dmaddox.conterra.com (myself@dmaddox.conterra.com [209.12.169.48]) by hawaii.conterra.com (8.8.8/8.8.7) with ESMTP id VAA10252; Fri, 9 Apr 1999 21:51:23 -0400 (EDT) Received: (from myself@localhost) by dmaddox.conterra.com (8.9.3/8.9.1) id VAA03148; Fri, 9 Apr 1999 21:51:38 -0400 (EDT) (envelope-from myself) Date: Fri, 9 Apr 1999 21:51:38 -0400 From: "Donald J . Maddox" To: Doug White Cc: Shawn Leas , questions@FreeBSD.ORG Subject: Re: Stupid question Message-ID: <19990409215138.A3005@dmaddox.conterra.com> Reply-To: dmaddox@conterra.com References: <19990408235639.A25082@ixion.honeywell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Doug White on Fri, Apr 09, 1999 at 04:10:53PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Apr 09, 1999 at 04:10:53PM -0700, Doug White wrote: > On Thu, 8 Apr 1999, Shawn Leas wrote: > > > I'm a little new at the FBSD bootloader scheme. > > Having said that, I cpio'ed my / over to a different > > partition with softupdates enabled. > > > > Now, I need to have a bootloader on wd0s4e, and > > I want it to boot wd0s4e:/kernel by default. > > > > Right now, I have to boot the old root, interrupt it, > > and set currdev=disk1s4e, then boot. > > There's a neat file called /boot/boot.conf you stuff this into. See 'man > boot' or 'man btx' for info. Don't do that. /boot/boot.conf is deprecated. Use /boot/loader.rc instead. If it's a -current system, the mechanism has changed considerably, and you should have /boot/loader.conf.local that handles this type of thing. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message