mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 20:26:44 +02:00
feat(coreos-base/coreos-base): enable dhcp by default
replace shill with dhcpcd for now.
This commit is contained in:
parent
9288b2cdb8
commit
6470124500
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user