diff options
| author | jmcneill <jmcneill@NetBSD.org> | 2021-10-16 14:05:48 +0000 |
|---|---|---|
| committer | jmcneill <jmcneill@NetBSD.org> | 2021-10-16 14:05:48 +0000 |
| commit | 035269c4ec81d8a4e4cf867bc9683b6661dfa9de (patch) | |
| tree | 7b4d723702e162065c1700f18f3a3c16d62c83cf /distrib/utils | |
| parent | 82d12b70efbd9d09edb89aa508051debeb10e2aa (diff) | |
Background dhcpcd if ec2_init is not enabled to speed up boot.
Diffstat (limited to 'distrib/utils')
| -rw-r--r-- | distrib/utils/embedded/conf/arm64.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/distrib/utils/embedded/conf/arm64.conf b/distrib/utils/embedded/conf/arm64.conf index a787eec931f..40bb5a8a793 100644 --- a/distrib/utils/embedded/conf/arm64.conf +++ b/distrib/utils/embedded/conf/arm64.conf @@ -1,4 +1,4 @@ -# $NetBSD: arm64.conf,v 1.13 2021/07/01 17:32:07 jmcneill Exp $ +# $NetBSD: arm64.conf,v 1.14 2021/10/16 14:05:48 jmcneill Exp $ # ARM64 customization script used by mkimage # board=arm64 @@ -31,6 +31,8 @@ wscons=\$(dev_exists wsdisplay0) ec2_init=\$(dev_exists ena0) if checkyesno ec2_init ; then dhcpcd_flags="\$dhcpcd_flags -w" +else + dhcpcd_flags="\$dhcpcd_flags -b" fi EOF } |
