From 862f9bdb7e80e87c74b1da53c779299944f5f72d Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 4 Dec 2025 16:12:05 +0100 Subject: [PATCH] Update install.func --- misc/install.func | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/misc/install.func b/misc/install.func index bd9c7179b..95ec028f8 100644 --- a/misc/install.func +++ b/misc/install.func @@ -853,6 +853,11 @@ customize() { case "$INIT_SYSTEM" in systemd) + # Mask services that block boot in LXC containers + # systemd-homed-firstboot.service hangs waiting for user input on Fedora + systemctl mask systemd-homed-firstboot.service &>/dev/null || true + systemctl mask systemd-homed.service &>/dev/null || true + # Configure console-getty for auto-login in LXC containers # console-getty.service is THE service that handles /dev/console in LXC # It's present on all systemd distros but not enabled by default on Fedora/RHEL