Date: Thu, 16 Mar 2000 10:08:10 +0200 (EET) From: Alexandr Listopad <laa@ZGIA.zp.ua> To: Warner Losh <imp@village.org> Cc: stable@FreeBSD.ORG Subject: Re: HEADS UP: 3.x -> 4.0-STABLE upgrade instructions Message-ID: <Pine.BSF.4.10.10003161007030.16020-100000@Eagle.ZGIA.zp.ua> In-Reply-To: <200003152159.OAA89926@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I upgrade my 3.1 box to 4.0-s this morning, works fine! > >Let me know if the following doesn't work: > To update from 3.x to 4.0 stable > -------------------------------- > cd /usr/src > make buildworld > cd sbin/mknod > make install > <follow directions to build/install a kernel> > <follow rebuild disk /dev entries above> [*] > reboot > <in single user> > cd /usr/src > make -DNOINFO installworld > make installworld > > [*] You may need to switch from wd to ad ala 19991210 > > To build a kernel > ----------------- > Update config, genassym and go: > cd src/usr.bin/genassym > make depend all install > cd ../../usr.sbin/config > make depend all install > cd ../../sys/i386/conf > config YOUR_KERNEL_HERE > cd ../../compile/YOUR_KERNEL_HERE > make depend && make > make install > > To rebuild disk /dev entries > ---------------------------- > > MAKEDEV should be copied from src/etc/MAKEDEV to /dev before > starting the following: > > For N in the list of disks > MAKEDEV N # eg ad0 > for M in the list of slices > MAKEDEV NsMa # eg ad0s1a > > -- Laa. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10003161007030.16020-100000>