git: 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>

Thomas Nikolajsen thomas at crater.dragonflybsd.org
Sun Oct 16 14:48:37 PDT 2011


commit d9f2182065ad6ef762980cecb0f52ff926deea55
Author: Thomas Nikolajsen <thomas at dragonflybsd.org>
Date:   Sun Oct 16 23:03:40 2011 +0200

    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>

Summary of changes:
 sys/boot/common/commands.c     |   22 +++--
 sys/boot/common/help.common    |  156 +++++++++++++++++++--------
 sys/boot/common/loader.8       |  232 ++++++++++++++++++++++++++++++----------
 sys/boot/dloader/cmds.c        |   13 ++-
 sys/boot/pc32/loader/help.i386 |    6 +-
 5 files changed, 313 insertions(+), 116 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d9f2182065ad6ef762980cecb0f52ff926deea55


-- 
DragonFly BSD source repository





More information about the Commits mailing list