forked from pool/livecd-openSUSE
- Remove netronome firmwares. Somebody using the LiveCD on such specialized
hardware is a stretch. And the firmware for those devices sums up to > 120MB, which we can make better use of on the Live CD. kate-lang. OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/livecd-openSUSE?expand=0&rev=25
This commit is contained in:
parent
36e3da8429
commit
9f5dbfd047
@ -144,3 +144,6 @@ echo "Storage=volatile" >> /etc/systemd/journald.conf
|
||||
|
||||
# Remove generated files (boo#1098535)
|
||||
rm -rf /var/cache/zypp/* /var/lib/zypp/AnonymousUniqueId /var/lib/systemd/random-seed
|
||||
|
||||
# Remove netronome firmware (part of kernel-firmware): this sums up to 125MB
|
||||
rm -rf /lib/firmware/netronome/
|
||||
|
@ -61,6 +61,5 @@ buildignore hugin
|
||||
buildignore gimp-lang
|
||||
buildignore vlc-lang
|
||||
buildignore plasma5-desktop-lang
|
||||
buildignore desktop-translations
|
||||
|
||||
install partitionmanager
|
||||
|
@ -389,8 +389,6 @@
|
||||
<ignore name="vlc-lang"/>
|
||||
<package name="aaa_base" replaces="plasma5-desktop-lang"/>
|
||||
<ignore name="plasma5-desktop-lang"/>
|
||||
<package name="aaa_base" replaces="desktop-translations"/>
|
||||
<ignore name="desktop-translations"/>
|
||||
<package name="partitionmanager"/>
|
||||
</packages>
|
||||
<packages type="bootstrap">
|
||||
|
@ -1,8 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 12:51:12 UTC 2019 - Dominique Leuenberger <dleuenberger@suse.com>
|
||||
|
||||
- Remove netronome firmwares. Somebody using the LiveCD on such specialized
|
||||
hardware is a stretch. And the firmware for those devices sums
|
||||
up to > 120MB, which we can make better use of on the Live CD.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 08:45:33 UTC 2019 - Dominique Leuenberger <dleuenberger@suse.com>
|
||||
|
||||
- Shrink the KDE Live image a bit: ignore plasma5-desktop-lang and
|
||||
kate-lang, and desktop-translations.
|
||||
kate-lang.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 07:48:20 UTC 2019 - Dominique Leuenberger <dleuenberger@suse.com>
|
||||
|
@ -389,8 +389,6 @@
|
||||
<ignore name="vlc-lang"/>
|
||||
<package name="aaa_base" replaces="plasma5-desktop-lang"/>
|
||||
<ignore name="plasma5-desktop-lang"/>
|
||||
<package name="aaa_base" replaces="desktop-translations"/>
|
||||
<ignore name="desktop-translations"/>
|
||||
<package name="partitionmanager"/>
|
||||
</packages>
|
||||
<packages type="bootstrap">
|
||||
|
Loading…
Reference in New Issue
Block a user