Hello,
I try to upgrade from 6.3 to 7.2, I follow the following step:
1- from 6.3 to 6.4
2- from 6.4 to 7.2
1- from 6.3 to 6.4
-- HERE -- I would like to re-run mergemaster as the first time but I don't get what I have the first time I run the command.
Is there a way to start again "mergemaster -p" and get the diff ?
Or do I need to "make installworld" and goto mergemaster -U | Ui | ai
Thanks in advance for your help.
L2F
I try to upgrade from 6.3 to 7.2, I follow the following step:
1- from 6.3 to 6.4
2- from 6.4 to 7.2
1- from 6.3 to 6.4
Code:
cvsup my_source (src-all, RELENG_6)
cd /usr/src
make buildworld
make buildkernel KERNCONF=XXXX
make installkernel KERNCONF=XXXX
mv /boot/kernel /boot/kernel.nx
mv /boot/kernel.old /boot/kernel
nextboot -k kernel.nx (to see if my new kernel will boot)
shutdown -r now
reboot as normal
everything went ok: kernel 6.4 with 6.3 binary
nextboot -D
mv /boot/kernel /boot/kernel.YYYY
mv /boot/kernel.nx /boot/kernel
shutdown -r now
boot -s
adjkerntz -i
mount -a -t ufs
mergemaster -p
==> (scared) I answer the default answer: do not replace
exit (from single mode)
the pc continue the boot sequence
got some error concerning some variables (ppp_server) from rc.conf
shutdown -r now
boot -s
Is there a way to start again "mergemaster -p" and get the diff ?
Or do I need to "make installworld" and goto mergemaster -U | Ui | ai
Thanks in advance for your help.
L2F