mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
mkosi: disable isc-dhcp-server again
It's still failing in Ubuntu: ● isc-dhcp-server.service loaded failed failed ISC DHCP IPv4 server ● isc-dhcp-server6.service loaded failed failed ISC DHCP IPv6 server Just disable them via the kernel command line masking.
This commit is contained in:
parent
abd6faae80
commit
255963ec3a
3
.github/workflows/mkosi.yml
vendored
3
.github/workflows/mkosi.yml
vendored
@ -20,7 +20,8 @@ permissions:
|
||||
env:
|
||||
# Enable debug logging in systemd, but keep udev's log level to info,
|
||||
# since it's _very_ verbose in the QEMU task
|
||||
KERNEL_CMDLINE: "systemd.unit=mkosi-check-and-shutdown.service !quiet systemd.log_level=debug systemd.log_target=console udev.log_level=info systemd.default_standard_output=journal+console"
|
||||
# Disable the ISC DHCP servers, as they are failing in Ubuntu
|
||||
KERNEL_CMDLINE: "systemd.unit=mkosi-check-and-shutdown.service !quiet systemd.log_level=debug systemd.log_target=console udev.log_level=info systemd.default_standard_output=journal+console systemd.mask=isc-dhcp-server6.service systemd.mask=isc-dhcp-server.service"
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
Loading…
x
Reference in New Issue
Block a user