Fix Boot Setup example:
authorThomas Nikolajsen <thomas@dragonflybsd.org>
Thu, 28 Aug 2008 21:12:44 +0000 (21:12 +0000)
committerThomas Nikolajsen <thomas@dragonflybsd.org>
Thu, 28 Aug 2008 21:12:44 +0000 (21:12 +0000)
commit6896d2656a8aa5b0e2ab6cba60448696f1d665f7
tree8bf6970259ef4e497e84f82e51febe7feafcb490
parentbf8c18701f3c6ddb337d22638cd06242e626d68f
Fix Boot Setup example:
  - drop symlinks for /kernel as `make installkernel' can't use it
(install(1) deletes symlink and installs in root file system),
also drop symlinks for /modules and .old
 - rename mount point for boot filesystem from /boot_ to /boot-fs
 - add note on using DESTDIR=/boot-fs for installkernel
 - add more details to description
sbin/gpt/gpt.8