fix(network): gate dhcp on get_network state across boots

This commit is contained in:
vxtls 2026-03-06 09:27:41 -05:00
parent ba7aec9868
commit 65314bc926
5 changed files with 48 additions and 8 deletions

View file

@ -344,7 +344,6 @@ source_line_action() {
# Default get function that downloads source tarballs.
default_src_get() {
ensure_network_ready
# shellcheck disable=SC2153
cd "${DISTFILES}"
# shellcheck disable=SC2162