git: installer(8): Improve config_vars_read() to support CONFIG_TYPE_RESOLV
Aaron LI
aly at crater.dragonflybsd.org
Mon Feb 23 23:29:54 PST 2026
commit b25e581cd41828ec6e45edf4f9801e0bcd06471d
Author: Aaron LI <aly at aaronly.me>
Date: Thu Feb 19 12:56:15 2026 +0800
installer(8): Improve config_vars_read() to support CONFIG_TYPE_RESOLV
The config_vars_read() function previously only supported CONFIG_TYPE_SH
and ignored CONFIG_TYPE_RESOLV that's supported by config_vars_write().
Add the CONFIG_TYPE_RESOLV file support to config_vars_read(). This
change is required in later commits that improve/simplify the
installation flow.
Summary of changes:
usr.sbin/installer/libinstaller/confed.c | 116 ++++++++++++++++++++++++++-----
1 file changed, 99 insertions(+), 17 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b25e581cd41828ec6e45edf4f9801e0bcd06471d
--
DragonFly BSD source repository
More information about the Commits
mailing list