loader(8): Update: add more text on kenv vs local variables etc.
authorThomas Nikolajsen <thomas@dragonflybsd.org>
Sun, 16 Oct 2011 21:03:40 +0000 (23:03 +0200)
committerThomas Nikolajsen <thomas@dragonflybsd.org>
Sun, 16 Oct 2011 21:38:00 +0000 (23:38 +0200)
commitd9f2182065ad6ef762980cecb0f52ff926deea55
tree988b4796b16d031c713f15db085edbc17c7fc152
parent9de4e294dc1ddfd456c28d8e42e1287d8e9858cb
loader(8): Update: add more text on kenv vs local variables etc.
 - Add missing kenv variables to assignment white list;
all kenv variables which are used in loader(8) source are added.
 - Inhibiting loading of acpi(4) needs to use `lunset acpi_load',
not `unset', as `loadall' uses local variables; ditto for ehci.
 - Add info to loader.8 & help files on variables ($VAR / ${VAR}) in
command arguments and assignment; these are kenv variables.
 - Add description of vfs.root.realroot
 - Fix some whitespace style(7).
DragonFly-bug: <http://bugs.dragonflybsd.org/issue2141>
sys/boot/common/commands.c
sys/boot/common/help.common
sys/boot/common/loader.8
sys/boot/dloader/cmds.c
sys/boot/pc32/loader/help.i386