1
0

- Remove more unnecessary firmware to not exceed size constraints

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/livecd-openSUSE?expand=0&rev=70
This commit is contained in:
Fabian Vogt 2020-03-16 15:16:30 +00:00 committed by Git OBS Bridge
parent 760cec4943
commit 945d15ad1b
2 changed files with 7 additions and 2 deletions

View File

@ -69,8 +69,8 @@ zypper --non-interactive rm yast2-trans-{uk,sv,ru,ja,da,cs,sr,vi} || :
# Some packages really exaggerate here
rm -rf /usr/share/doc/packages/*
# Save 50 MiB by removing this, not very useful for lives
rm -rf /lib/firmware/{liquidio,netronome,qed,mrvl}
# Save more than 200 MiB by removing this, not very useful for lives
rm -rf /lib/firmware/{liquidio,netronome,qed,mrvl,mellanox,qcom}
# Add repos from /etc/YaST2/control.xml
add-yast-repos

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 16 15:15:58 UTC 2020 - Fabian Vogt <fvogt@suse.com>
- Remove more unnecessary firmware to not exceed size constraints
-------------------------------------------------------------------
Wed Mar 4 10:53:06 UTC 2020 - Fabian Vogt <fvogt@suse.com>