From 2bf0fee87a60919cbe34a66795e40cca970ca2ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 6 Jun 2021 18:48:00 +0200 Subject: rc.conf: Remove -b flag from dhcpcd The -b flag puts dhcpcd into daemon mode. I find it more useful to wait and see if (and when) dhcpcd succeeds. --- etc/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.conf') diff --git a/etc/rc.conf b/etc/rc.conf index ddc6228..574343d 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -15,7 +15,7 @@ critical_filesystems_local="OPTIONAL:/var OPTIONAL:/usr" random_file=/etc/entropy-file wpa_supplicant=YES dhcpcd=YES -dhcpcd_flags="-4 -qbMz urtwn0,wm0" +dhcpcd_flags="-4 -qMz urtwn0,wm0" sshd=YES ntpd=YES ntpdate=YES -- cgit v1.2.3