NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: install/51214: Sysinst should add dhcpcd to rc.conf with -b flag.



The following reply was made to PR install/51214; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg%bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: install/51214: Sysinst should add dhcpcd to rc.conf with -b flag.
Date: Sat, 4 Jun 2016 00:06:50 +0200

 On Fri, Jun 03, 2016 at 08:20:00PM +0000, coypu%sdf.org@localhost wrote:
 > >Description:
 > default install
 > configure networking
 > add this to /etc (one of the options)
 > 
 > end result:
 > 
 > dhcpcd_flags="-qM $if" in /etc/rc.conf.
 > 
 > dhcpcd in this form will block boot, wasting time for no reason.
 > 
 > add -b flag:
 > 
 > -b, --background Background immediately. This is useful for startup scripts which don't disable link messages for carrier status.
 
 Let me suggest a more produce step forward. What if we change the
 sysinst networking questions to:
 
    How do you want to configure your network?
    (1) DHCP and IPv6 autoconfiguration on all interfaces.
    (2) * in the background.
    (3) Selective configuration.
 
 if the choice is (3), the current questions are run. For (1) and (2),
 sysinst will use run dhcpcd on all interface and set dhcpcd_flags to -b
 for (2) on rc.conf.
 
 Joerg
 


Home | Main Index | Thread Index | Old Index