mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
fix(coreos-base/coreos-base): systemd macro not working
workaround!
This commit is contained in:
parent
04b4a268af
commit
bf0a6b7aca
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user