loader(8): adjustment & man update
authorThomas Nikolajsen <thomas@dragonflybsd.org>
Wed, 6 Oct 2010 00:43:14 +0000 (02:43 +0200)
committerThomas Nikolajsen <thomas@dragonflybsd.org>
Wed, 6 Oct 2010 00:43:14 +0000 (02:43 +0200)
commitb5ef8da19e69225e5a661f5d6259fee2f2894117
treeaba44123d2ea64e5a07c5e1791e29a254516c73a
parent368f90fe873286d6e026e89e8b63daa6d344339d
loader(8): adjustment & man update

 * fix `help' command by using $base/loader.help,
otherwise `help' didn't work when pwd outside $base.
 * allow `cd' and `optcd' without arguments,
using $base as default.
 * use pager for `?' and `local' commands.
 * make `more' work with relative file names
 * truncate very long lines (more than 256 chars),
and give warning; before they stopped include processing;
these are typically just comments.
 * add `optcd kernel' when using ESC in `menu',
like the menu item (`9') that exits via dloader.menu.
 * remove extra line in Fred menu (on right)
(it was scrolling warning about truncated line off screen).
 * remove obsolete variables in loader.conf.
 * update `help' output.
 * update man pages.
13 files changed:
share/man/man5/loader.conf.5
sys/boot/common/commands.c
sys/boot/common/do_dloader.c
sys/boot/common/help.common
sys/boot/common/loader.8
sys/boot/common/rel_open.c
sys/boot/dloader/cmds.c
sys/boot/dloader/loader-bootp.conf
sys/boot/dloader/loader.conf
sys/boot/dloader/subs.c
sys/boot/pc32/loader/help.i386
sys/boot/pc32/pxeldr/pxeboot.8
sys/boot/pc32/pxeldr_tftp/pxeboot_tftp.8