Richard Coleman wrote:
Andy Farkas wrote:

Richard Coleman wrote:



1. make buildworld
2. make buildkernel KERNCONF=NAME_OF_KERNEL_FILE
3. make installkernel KERNCONF=NAME_OF_KERNEL_FILE
4. shutdown -r now
5. boot into single user mode
6. fsck -p
7. mount -u /
8. mount -a -t ufs
9. swapon -a


9.5 adjkerntz -i


Yep, forgot that part. I keep all my system clocks on UTC so I never do this step when building world.


Running -CURRENT, I've gotten into the pattern of always building and installing a new /usr/include, just to be extra safe.


10a. cd /usr; mv include inc.old; mkdir include; cd /usr/src; make includes

10. make installworld
11. mergemaster
12. reboot


Pete... _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to