Date: Wed, 6 Nov 2002 10:19:19 -0000 From: "local.freebsd.questions" <freebsd-questions-local@insignia.com> To: "'freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org> Subject: Re: cvsup done, now what Message-ID: <2F03DF3DDE57D411AFF4009027B8C3670289D4A4@exchange-uk.isltd.insignia.com>
next in thread | raw e-mail | index | archive | help
On Tue, 5 Nov 2002 20:51:37 -0000 , darryl@osborne-ind.com ("Darryl Hoar") wrote: >I downloaded the ISO image for 4.7-release and burned it to a cd. I >installed >this on a server of mine. I then copied >/usr/share/examples/cvsup/stable-supfile >to /etc. Edited stable-supfile to my desires. >then I cvsup /etc/stable-supfile > >this completed. What do I need to do next to be running stable (instead of >release) ? Read /usr/src/UPDATING. Last time I looked, here's what it said: (assuming you are still running a generic kernel) cd /usr/src make buildworld make buildkernel KERNCONF=GENERIC make installkernel KERNCONF=GENERIC <reboot into single user> fsck -p mount -o rw / swapon -a mount -a cd /usr/src make installworld mergemaster If "make installkernel" fails because the old kernel can't be renamed, do that bit in single user mode as well, and reboot again. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2F03DF3DDE57D411AFF4009027B8C3670289D4A4>