Skip to content

Commit

Permalink
fix: make systemd-boot part of core profile
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Nov 14, 2024
1 parent 4ddf50f commit 309b539
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/share/rsdk/build/mod/packages/categories/base.libjsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@ else
"xz-utils",
] +

(if suite == "bookworm"
then
[
"efibootmgr",
"systemd-boot",
]
else
[]
) +

[
// Network
"avahi-daemon",
Expand Down
10 changes: 10 additions & 0 deletions src/share/rsdk/build/mod/packages/categories/core.libjsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@ else
]
) +

(if suite == "bookworm"
then
[
"efibootmgr",
"systemd-boot",
]
else
[]
) +

[
// Radxa
"radxa-firmware",
Expand Down

0 comments on commit 309b539

Please sign in to comment.