git: DragonFly_RELEASE_2_10 loader(8): Update: add more text on

看板DFBSD_commit作者時間14年前 (2011/10/22 18:03), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit f676b3f3d412ce14848ea1d4de865ccdd14a5a46 Author: Thomas Nikolajsen <thomas@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/f676b3f3d412ce14848ea1d4de865ccdd14a5a46 -- DragonFly BSD source repository
文章代碼(AID): #1EefK1Aw (DFBSD_commit)