forked from pool/livecd-openSUSE
- Support new product EULA location
OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/livecd-openSUSE?expand=0&rev=26
This commit is contained in:
@@ -58,7 +58,9 @@ for i in /usr/lib/rpm/gnupg/keys/*.asc ; do
|
||||
done
|
||||
|
||||
# Craft license.tar.gz used by YaST
|
||||
(cd /etc/YaST2/licenses/base; tar -cvzf /license.tar.gz *)
|
||||
EULA_DIR=/etc/YaST2/licenses/base
|
||||
[ -d "${EULA_DIR}" ] || EULA_DIR=/usr/share/licenses/product/base
|
||||
(cd "${EULA_DIR}"; tar -cvzf /license.tar.gz *)
|
||||
|
||||
# Remove some large locales to save space
|
||||
rm -rf /usr/share/locale/{uk,sv,ru,ja,da,cs,sr,vi}
|
||||
|
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 09:45:17 UTC 2019 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Support new product EULA location
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 24 09:38:00 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
Reference in New Issue
Block a user