feat(coreos-base/coreos-base): enable dhcp by default

replace shill with dhcpcd for now.
This commit is contained in:
Brandon Philips 2013-02-17 20:19:09 -08:00
parent 9288b2cdb8
commit 6470124500

View File

@ -112,6 +112,9 @@ src_install() {
insinto /etc
doins "${FILESDIR}"/motd
# Enable dhcpcd by default
systemd_enable_service multi-user.target dhcpcd.service
# Symlink /etc/localtime to something on the stateful partition, which we
# can then change around at runtime.
dosym /var/lib/timezone/localtime /etc/localtime || die