Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/embedded/conf Background dhcpcd if ec2_init is...
details: https://anonhg.NetBSD.org/src/rev/1be10aa7bf3e
branches: trunk
changeset: 1024291:1be10aa7bf3e
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Oct 16 14:05:48 2021 +0000
description:
Background dhcpcd if ec2_init is not enabled to speed up boot.
diffstat:
distrib/utils/embedded/conf/arm64.conf | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r f6b3867b5a3b -r 1be10aa7bf3e distrib/utils/embedded/conf/arm64.conf
--- a/distrib/utils/embedded/conf/arm64.conf Sat Oct 16 13:15:01 2021 +0000
+++ b/distrib/utils/embedded/conf/arm64.conf Sat Oct 16 14:05:48 2021 +0000
@@ -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 @@
ec2_init=\$(dev_exists ena0)
if checkyesno ec2_init ; then
dhcpcd_flags="\$dhcpcd_flags -w"
+else
+ dhcpcd_flags="\$dhcpcd_flags -b"
fi
EOF
}
Home |
Main Index |
Thread Index |
Old Index