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
This commit is contained in:
John-Mark Gurney 2013-12-20 23:34:10 +00:00
parent a76f5d59f4
commit af34024a21
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259669

View File

@ -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