Skip to content

Commit

Permalink
chore: add back bootupd generate metadata to Fedora 40
Browse files Browse the repository at this point in the history
chore: remove lxc and lxd
  • Loading branch information
p5 authored Oct 19, 2024
1 parent 8460b6a commit e5f98aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions build_files/bootc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/bash

if [ "$FEDORA_MAJOR_VERSION" -eq "40" ]; then
/usr/bin/bootupctl backend generate-update-metadata
fi
1 change: 1 addition & 0 deletions build_files/build-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ rsync -rvK /ctx/system_files/"${BASE_IMAGE_NAME}"/ /
/ctx/build_files/aurora-changes.sh
/ctx/build_files/branding.sh
/ctx/build_files/initramfs.sh
/ctx/build_files/bootc.sh
/ctx/build_files/cleanup.sh
3 changes: 0 additions & 3 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@
"kcli",
"libvirt",
"libvirt-nss",
"lxc",
"lxd-agent",
"lxd",
"mozilla-fira-mono-fonts",
"nicstat",
"numactl",
Expand Down

0 comments on commit e5f98aa

Please sign in to comment.