cvs commit: src/sys/dev/ata ata-queue.c

Alexander Leidinger Alexander at Leidinger.net
Mon May 16 10:54:40 PDT 2005


On Sun, 15 May 2005 02:06:29 -0500
"Conrad J. Sabatier" <conrads at cox.net> wrote:

> On Sun, 15 May 2005 08:58:20 +0200, Pawel Jakub Dawidek
> <pjd at freebsd.org> wrote:
> 
> > On Sun, May 15, 2005 at 08:33:49AM +0300, Giorgos Keramidas wrote:
> > +> A probably "safer" way to keep known good kernels around is to copy
> > them +> over to something that is neither kernel.old nor kernel.  I
> > usually keep +> a copy of a known good kernel in /boot/kernel.ok :-)
> > 
> > Hehe, so do I!:)
> 
> So do I, sometimes.  :-)  I should make it a habit from now on.

If you just want to test something and you don't know if you're shooting
into your foot or not, use the "classic" way of building the kernel
("config KERNEL; cd ...; make depend;" ... dance) and use:
   make install KODIR=/boot/testkernel
   nextboot -k testkernel
and only the next boot boots the testkernel.

Bye,
Alexander.

-- 

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7


More information about the cvs-src mailing list