mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
bsdinstall: update comment related to pkg
pkg_add has been gone since 2013(?). Refer to pkg(8) instead.
Sponsored by: The FreeBSD Foundation
Reviewed by: jrtc27
Differential Revision: https://reviews.freebsd.org/D44946
(cherry picked from commit ad31d47642)
This commit is contained in:
parent
78c209d49d
commit
eadd4eae92
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ f_mustberoot_init
|
|||
dialog_menu_main || f_die
|
||||
f_dialog_menutag_fetch selected
|
||||
|
||||
# Let pkg_add be able to use name servers
|
||||
# Let pkg(8) be able to use name servers
|
||||
f_quietly cp -f $BSDINSTALL_TMPETC/resolv.conf $BSDINSTALL_CHROOT/etc/
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue