From 3fc8e6b54deecd62ceab1ae08c9d9ad8a46c3807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Wed, 18 Dec 2024 12:45:15 +0100 Subject: [PATCH] bootupd: Remove bootloader-update.service (now part of bootupd) See: https://github.com/coreos/bootupd/pull/803 --- bootupd.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/bootupd.yaml b/bootupd.yaml index 5fbb0fc..d6599f3 100644 --- a/bootupd.yaml +++ b/bootupd.yaml @@ -12,22 +12,6 @@ postprocess: # Transforms /usr/lib/ostree-boot into a bootupd-compatible update payload /usr/bin/bootupctl backend generate-update-metadata - # Trigger a bootloader update on boot - cat > /usr/lib/systemd/system/bootloader-update.service << 'EOF' - [Unit] - Description=Update bootloader on boot - Documentation=https://github.com/coreos/bootupd - - [Service] - Type=oneshot - ExecStart=/usr/bin/bootupctl update - RemainAfterExit=yes - MountFlags=slave - - [Install] - WantedBy=multi-user.target - EOF - chmod 644 /usr/lib/systemd/system/bootloader-update.service echo "enable bootloader-update.service" > /usr/lib/systemd/system-preset/81-atomic-desktop.preset # Turn permissive mode on for bootupd until all SELinux issues are fixed