Skip to content

Commit

Permalink
fix(live): One more PXE build fix (#1510)
Browse files Browse the repository at this point in the history
## Problem

The PXE build now fails with this error:
```
[  125s] + rpm --import '/usr/lib/rpm/gnupg/keys/*.asc'
[  125s] error: /usr/lib/rpm/gnupg/keys/*.asc: import read failed(2).
```

## Solution

- Install the same packages as for default Live ISO
- The fix is similar to #1505
  • Loading branch information
lslezak authored Jul 29, 2024
2 parents 6ec88df + 7e22bbe commit 4a7318c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion live/src/agama-installer.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<archive name="root.tar.xz"/>
</packages>
<!-- additional packages for the openSUSE distributions -->
<packages type="image" profiles="openSUSE">
<packages type="image" profiles="openSUSE,openSUSE-PXE">
<package name="agama-products-opensuse"/>
<package name="grub2-branding-openSUSE" arch="aarch64,x86_64"/>
<package name="openSUSE-repos-Tumbleweed"/>
Expand Down

0 comments on commit 4a7318c

Please sign in to comment.