Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions live/src/agama-installer.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 23 05:47:23 UTC 2025 - Ladislav Slezák <lslezak@suse.com>

- Include the kernel-default-optional package in the Live ISO
to support more hardware (bsc#1241099)

-------------------------------------------------------------------
Tue Apr 22 14:14:54 UTC 2025 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

Expand Down
27 changes: 11 additions & 16 deletions live/src/agama-installer.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -178,30 +178,24 @@
<package name="spice-vdagent"/>
</packages>

<!-- additional packages for the Leap distributions -->
<packages type="image" profiles="Leap_16.0,Leap_16.0_PXE">
<!-- common packages for openSUSE Tumbleweed and Leap distributions -->
<packages type="image" profiles="Leap_16.0,Leap_16.0_PXE,openSUSE,openSUSE_PXE">
<package name="agama-products-opensuse"/>
<package name="grub2-branding-openSUSE" arch="aarch64,x86_64"/>
<package name="openSUSE-repos-Leap"/>
<package name="MozillaFirefox-branding-openSUSE"/>
<package name="openSUSE-build-key"/>
<package name="patterns-openSUSE-base"/>
<package name="staging-build-key"/>
<package name="openSUSE-build-key"/>
<package name="kernel-default-extra"/>
</packages>
<packages type="image" profiles="Leap_16.0">
<package name="MozillaFirefox-branding-openSUSE"/>
<!-- additional packages for the Leap distributions -->
<packages type="image" profiles="Leap_16.0,Leap_16.0_PXE">
<package name="openSUSE-repos-Leap"/>
<package name="kernel-default-extra"/>
<package name="kernel-default-optional"/>
</packages>
<!-- additional packages for the openSUSE distributions -->
<!-- additional packages for the openSUSE Tumbleweed distribution -->
<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"/>
<package name="patterns-openSUSE-base"/>
<package name="staging-build-key"/>
<package name="openSUSE-build-key"/>
</packages>
<packages type="image" profiles="openSUSE">
<package name="MozillaFirefox-branding-openSUSE"/>
</packages>
<!-- additional packages for the SLE distributions -->
<packages type="image" profiles="SUSE_SLE_16,SUSE_SLE_16_PXE,SUSE_SLE_16_PXE_MINI">
Expand All @@ -213,6 +207,7 @@
<packages type="image" profiles="SUSE_SLE_16,SUSE_SLE_16_PXE">
<package name="MozillaFirefox-branding-SLE"/>
<package name="kernel-default-extra"/>
<package name="kernel-default-optional"/>
</packages>
<packages type="bootstrap">
<package name="udev"/>
Expand Down