diff options
author | ru <ru@FreeBSD.org> | 2006-04-07 11:36:25 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-04-07 11:36:25 +0000 |
commit | 8fde273627fad9bf202d4ae6cfef8ea85c99fee5 (patch) | |
tree | a571709d665af2e9d760db542d8f55a35c43af6f | |
parent | c7e9ae3929b34233b168d9fc8f788ac8aca3ac17 (diff) | |
download | FreeBSD-src-8fde273627fad9bf202d4ae6cfef8ea85c99fee5.zip FreeBSD-src-8fde273627fad9bf202d4ae6cfef8ea85c99fee5.tar.gz |
Fix the "make distribution" example; it should be run from src/.
-rw-r--r-- | UPDATING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -429,7 +429,7 @@ COMMON ITEMS: <maybe newfs current's root partition> <mount current's root partition on directory ${CURRENT_ROOT}> make installworld DESTDIR=${CURRENT_ROOT} - cd src/etc; make distribution DESTDIR=${CURRENT_ROOT} # if newfs'd + 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 <edit ${CURRENT_ROOT}/etc/fstab to mount "/" from the correct partition> |