]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[settings] Clarify usage of the term "named setting"
authorMichael Brown <mcb30@ipxe.org>
Thu, 18 Jul 2013 12:35:19 +0000 (13:35 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 18 Jul 2013 14:50:02 +0000 (15:50 +0100)
commit063645118ce1f73e143bb17a74bd678d31d7563e
treed8333d35499f3cf62321595400bc49e8b27cdf2c
parentca319873bf43d5d955cc3d8770b5b2415798907d
[settings] Clarify usage of the term "named setting"

There are currently two conflicting usages of the term "named setting"
within iPXE: one refers to predefined settings (such as show up in the
"config" UI), the other refers to settings identified by a name (such
as "net0.dhcp/ip").

Split these usages into the term "predefined setting" and "named
setting" to avoid ambiguity.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/interface/vmware/guestinfo.c
src/core/settings.c
src/interface/smbios/smbios_settings.c
src/net/netdev_settings.c