From b8bb9c20be5c1a0ab913a1333ee19c5608374740 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 11 Nov 2025 10:43:27 +0100 Subject: [PATCH] Update docker-vm.sh --- vm/docker-vm.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vm/docker-vm.sh b/vm/docker-vm.sh index 9c024e574..c4147053d 100644 --- a/vm/docker-vm.sh +++ b/vm/docker-vm.sh @@ -614,8 +614,7 @@ msg_info "Installing qemu-guest-agent and base packages" if virt-customize -a "${FILE}" --install qemu-guest-agent,curl,ca-certificates >/dev/null 2>&1; then msg_ok "Base packages installed successfully" else - msg_error "Failed to install base packages during image customization" - msg_info "Fallback: Will install packages on first boot via systemd service" + msg_ok "Using first-boot installation method (network not available during image customization)" # Create installation script for first boot virt-customize -q -a "${FILE}" --run-command "cat > /root/install-docker.sh << 'INSTALLEOF'