-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 +--- On Monday, August 11, 2003 14:56, | Redmond Militante proclaimed: | | hi all | | i had a question about the correct procedure to cvsup your machine on | 5.1-RELEASE | | at the end of my cvsup routine on 4.8-REL_ENG, i used to: | | ... | # cd /dev | # /bin/sh MAKEDEV all | 13. Update /stand: | This step is included for completeness. It can be safely omitted. | # cd /usr/src/release/sysinstall | # make clean | # make all install | 14. Reboot to multi-user mode: | # reboot | | -it seems that MAKEDEV is deprecated for 5x, and there is no | /usr/src/release/sysinstall folder in 5x. | | what would be the equivalent to these steps in the cvsup process on | 5x-RELEASE? are there any other differences involved in cvsup'ing on | 5x-RELEASE vs. 4x-RELEASE that one should be aware of? |
I'll take a stab at it. 1) MAKEDEV - You don't have to do this anymore, as devfs automagically creates the device nodes for you. 2) sysinstall - this has moved (as you point out) and it is built and installed when you do a buildworld and installworld, respectively. - -- +-------------------------------------+------------------------------+ | Michael W. Oliver, CCNP | "The tree of liberty must be | | IPv6 & FreeBSD mark | refreshed from time to time | | [EMAIL PROTECTED] | with the blood of patriots | | http://michael.gargantuan.com/ | and tyrants." | | ASpath-tree, Looking Glass, etc. | - President Thomas Jefferson | | +------------------------------+ | gpg key - http://michael.gargantuan.com/gnupg/pubkey.asc | +--------------------------------------------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/N+xDsWv7q8X6o8kRAt2HAKCKHFOmUoevjgpOWWuzZQUphTa4qQCdGl0D GYhSz4TgFKc5vNSem3mng9Q= =x9ht -----END PGP SIGNATURE----- _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
