>Hello List, >I'm trying to upgrade my system from 6_2 to 7_1 and cannot seem to do it. >Perhaps I'm missing something. Here is the basic procedure I'm following. > >#cp /usr/share/examples/cvsup/standard-supfile /root/stand_sup
>#vi /root/stand_sup ><<<host=CHANGE_ME.freebsd.org >>>>host=cvsup15.us.FreeBSD. org ><<<tag=RELENG_6_2 >>>>tag=RELENG_7_1 > >#cd /usr/src >#cvsup -g -L2 /root/stand_sup >... >#make -j4 buildworld; make -j4 buildkernel; make installkernel > >... (come back a hour or so later) >#make installworld; reboot > It seems that you have missed to run "mergemaster -p" before, and "mergemaster" after running "make installworld". IMHO, not running mergemaster, you have not updated /etc/motd so it shows 6.2... And, as pointed by Brooks Davis you should have rebooted before running make installworld. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
