Accepting request 1239786 from Virtualization:Appliances:Images:openSUSE-Tumbleweed

OBS-URL: https://build.opensuse.org/request/show/1239786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/livecd-openSUSE?expand=0&rev=266
This commit is contained in:
Dominique Leuenberger 2025-01-23 10:12:41 +00:00 committed by Git OBS Bridge
commit 55e3f3f5b4
2 changed files with 9 additions and 0 deletions

View File

@ -138,6 +138,9 @@ fi
# the new, optional nvidia gsp firmware blobs are huge - ~ 70MB
find /lib/firmware/nvidia -name gsp | xargs -r rm -rf
# Remove the mellanox kernel drivers (firmware is removed too)
rm -rf /usr/lib*/modules/*/kernel/drivers/net/ethernet/mellanox
# The gems are unpackaged already, no need to store them twice
rm -rf /usr/lib*/ruby/gems/*/cache/

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 23 09:49:18 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Drop the mellanox kernel drivers: we already remove the firmware
and mellanox seems quite useless on the live images.
-------------------------------------------------------------------
Thu Jan 9 09:28:23 UTC 2025 - Fabian Vogt <fvogt@suse.com>