Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
fix: restore bootupctl generate-update-metadata
Browse files Browse the repository at this point in the history
Revert: 7778989

What I'd observed is intentional. Duplicate grub boot entries do not
bother me since I know it's not a bug.

See:
coreos/bootupd#635 (comment)
  • Loading branch information
bsherman committed Oct 1, 2024
1 parent fce45c6 commit 44fad39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build_files/build-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ rsync -rvK /ctx/system_files/"${BASE_IMAGE_NAME}"/ /
/ctx/build_files/systemd.sh
/ctx/build_files/custom-changes.sh
/ctx/build_files/initramfs.sh
# skipping this as it removes /usr/lib/ostree-boot/ contents
#/ctx/build_files/bootc.sh
/ctx/build_files/bootc.sh
/ctx/build_files/cleanup.sh

0 comments on commit 44fad39

Please sign in to comment.