From 0bebb87ec0420bb0bdd91d1677a70bcb52a3184a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Thu, 24 Oct 2024 17:30:42 +0200 Subject: [PATCH] src: remove osbuild-first-boot.target from first boot I grepped through everything and didn't find this target. I'm pretty sure that it doesn't exist, osbuild-composer adds just a service. --- src/constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 92d3c324..9b2c0ffa 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -228,7 +228,6 @@ Description=Custom first boot script ConditionFileIsExecutable=/usr/local/sbin/custom-first-boot ConditionPathExists=!/var/local/.custom-first-boot-done Wants=network-online.target -Wants=osbuild-first-boot.target After=network-online.target After=osbuild-first-boot.service