diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2012-07-31 19:52:09 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-08-01 20:16:44 -0300 |
commit | c7957079750a8de11821e2f597f05176d1cb7e75 (patch) | |
tree | fd850c3071103f500871059307ea68098c4fe83f /configs/releng/root-image/etc/conf.d/dhcpcd | |
parent | 6491e409a93d6a07f7d6f0888697c524487bc643 (diff) | |
download | archiso32-c7957079750a8de11821e2f597f05176d1cb7e75.tar.xz |
Enable network by default
* add the network daemon to rc.conf
* configure dhcpd to background immediatly so we don't timeout if network is not up yet
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
Diffstat (limited to 'configs/releng/root-image/etc/conf.d/dhcpcd')
-rw-r--r-- | configs/releng/root-image/etc/conf.d/dhcpcd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/releng/root-image/etc/conf.d/dhcpcd b/configs/releng/root-image/etc/conf.d/dhcpcd new file mode 100644 index 0000000..76b56ff --- /dev/null +++ b/configs/releng/root-image/etc/conf.d/dhcpcd @@ -0,0 +1,6 @@ +# +# Arguments to be passed to the DHCP client daemon +# + +DHCPCD_ARGS="-qb" + |