diff options
author | jmg <jmg@FreeBSD.org> | 2013-12-20 23:34:10 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 2013-12-20 23:34:10 +0000 |
commit | fdeb0cb1a9274567eaa8557258bf48514d41b7c1 (patch) | |
tree | 9d980478b57cea2bebdf94e591a5ec5dc5434544 /UPDATING | |
parent | fde816803b3ba9e4da0c1e6fe6a9379c83e38815 (diff) | |
download | FreeBSD-src-fdeb0cb1a9274567eaa8557258bf48514d41b7c1.zip FreeBSD-src-fdeb0cb1a9274567eaa8557258bf48514d41b7c1.tar.gz |
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
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |