Date: Thu, 12 Dec 2019 06:57:59 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD Message-ID: <bug-204521-227-CFoxztFl9H@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-204521-227@https.bugs.freebsd.org/bugzilla/> References: <bug-204521-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521 --- Comment #27 from Gary Jennejohn <gljennjohn@gmail.com> --- (In reply to Alexey Dokuchaev from comment #26) I sort of understand your reluctance. I never install a new kernel over the top of the old kernel. Instead I do this (as root, of course) in a bash alias: mkdir -p /boot/test cd /usr/src make -s installkernel KODIR=/boot/test nextboot -k test cd Then a reboot will boot the new kernel from /boot/test. If it fails the next boot will use the old, known-good kernel. If it succeeds then you can simply run "make installkernel" so that the standard kernel in /boot/kernel will be updated and used. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204521-227-CFoxztFl9H>
