Note a short-cut in the build procedure.

This commit is contained in:
David E. O'Brien 2006-06-21 09:53:42 +00:00
parent 78004009df
commit 2c5e89c2d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159831

View file

@ -47,6 +47,7 @@
# 2. `make buildworld'
# 3. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC).
# 4. `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC).
# [steps 3. & 4. can be combined by using the "kernel" target]
# 5. `reboot' (in single user mode: boot -s from the loader prompt).
# 6. `mergemaster -p'
# 7. `make installworld'