Fix the "make distribution" example; it should be run from src/.

This commit is contained in:
Ruslan Ermilov 2006-04-07 11:36:25 +00:00
parent 2a7d090a2e
commit 2d5cde043f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157578

View File

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