fix(coreos-base/coreos-base): systemd macro not working

workaround!
This commit is contained in:
Brandon Philips 2013-02-18 00:26:01 -08:00
parent 04b4a268af
commit bf0a6b7aca

View File

@ -113,7 +113,10 @@ src_install() {
doins "${FILESDIR}"/motd
# Enable dhcpcd by default
systemd_enable_service multi-user.target dhcpcd.service
# TODO(ifup): this doesn't work
# systemd_enable_service multi-user.target dhcpcd.service
dodir /usr/lib/systemd/system/
dosym ../dhcpcd.service /usr/lib/systemd/system/multi-user.target.wants/dhcpcd.service
# Symlink /etc/localtime to something on the stateful partition, which we
# can then change around at runtime.