Author: jmg
Date: Fri Dec 20 23:34:10 2013
New Revision: 259669
URL: http://svnweb.freebsd.org/changeset/base/259669
Log:
document how to install when src is newer than the world.. This allows
people to build -current systems from older systems...
Thanks to: Thomas Mueller
Modified:
head/UPDATING
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Fri Dec 20 23:18:14 2013 (r259668)
+++ head/UPDATING Fri Dec 20 23:34:10 2013 (r259669)
@@ -1943,7 +1943,7 @@ COMMON ITEMS:
make buildkernel KERNCONF=YOUR_KERNEL_HERE
<maybe newfs current's root partition>
<mount current's root partition on directory ${CURRENT_ROOT}>
- make installworld DESTDIR=${CURRENT_ROOT}
+ make installworld DESTDIR=${CURRENT_ROOT} -DDB_FROM_SRC
make distribution DESTDIR=${CURRENT_ROOT} # if newfs'd
make installkernel KERNCONF=YOUR_KERNEL_HERE DESTDIR=${CURRENT_ROOT}
cp /etc/fstab ${CURRENT_ROOT}/etc/fstab # if newfs'd
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"