Skip to content

Commit

Permalink
bootupd: Remove bootloader-update.service (now part of bootupd)
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Feb 6, 2025
1 parent 282d113 commit 3fc8e6b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions bootupd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fc8e6b

Please sign in to comment.