Skip to content

Commit

Permalink
Live: Fixed building the PXE image (#1505)
Browse files Browse the repository at this point in the history
## Problem

- The PXE image does not build in OBS
 - There is a dependency problem:
```
unresolvable: have choice for product_flavor(openSUSE) needed by openSUSE-release:
openSUSE-release-appliance openSUSE-release-appliance-custom openSUSE-release-appliance-docker
openSUSE-release-appliance-hyperv openSUSE-release-appliance-kvm openSUSE-release-appliance-openstack
openSUSE-release-appliance-vagrant openSUSE-release-appliance-vmware openSUSE-release-appliance-wsl
openSUSE-release-dvd openSUSE-release-ftp openSUSE-release-livecd-gnome openSUSE-release-livecd-kde
openSUSE-release-livecd-x11 openSUSE-release-livecd-xfce openSUSE-release-usb-gnome openSUSE-release-usb-kde
openSUSE-release-usb-x11
```

## Solution

- Use the same release packages also for the PXE flavor

## Testing

- Tested manually, the local build was fine
  • Loading branch information
lslezak authored Jul 29, 2024
2 parents 7f55213 + adb1fe2 commit 6ec88df
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 @@ -184,7 +184,7 @@
<package name="ca-certificates"/>
<package name="ca-certificates-mozilla"/>
</packages>
<packages type="bootstrap" profiles="openSUSE">
<packages type="bootstrap" profiles="openSUSE,openSUSE-PXE">
<package name="openSUSE-release"/>
<package name="openSUSE-release-ftp"/>
</packages>
Expand Down

0 comments on commit 6ec88df

Please sign in to comment.