summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-04-07 11:36:25 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-04-07 11:36:25 +0000
commit2d5cde043f83047e6c5fc854c02a864a578f1adb (patch)
treea571709d665af2e9d760db542d8f55a35c43af6f /UPDATING
parent2a7d090a2eaf6a12c4245680f0ffa44173017365 (diff)
downloadsrc-test2-2d5cde043f83047e6c5fc854c02a864a578f1adb.tar.gz
src-test2-2d5cde043f83047e6c5fc854c02a864a578f1adb.zip
Fix the "make distribution" example; it should be run from src/.
Notes
Notes: svn path=/head/; revision=157578
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index c2086a59c00b..75f8a5dbc2eb 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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>