- issue-generator got fixed, so drop the workaround for RPi

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/kiwi-templates-JeOS?expand=0&rev=40
This commit is contained in:
Fabian Vogt 2020-08-27 11:21:05 +00:00 committed by Git OBS Bridge
parent fce946b3a6
commit 18dbfb3b5f
2 changed files with 5 additions and 8 deletions

View File

@ -126,14 +126,6 @@ sed -i 's/.*solver.onlyRequires.*/solver.onlyRequires = true/g' /etc/zypp/zypp.c
#--------------------------------------
sed -i 's/.*rpm.install.excludedocs.*/rpm.install.excludedocs = yes/g' /etc/zypp/zypp.conf
#======================================
# Configure Raspberry Pi specifics
#--------------------------------------
if [[ "$kiwi_profiles" == *"RaspberryPi"* ]]; then
# Also show WLAN interfaces in /etc/issue. Remove once https://github.com/thkukuk/issue-generator/pull/4 accepted
baseUpdateSysConfig /etc/sysconfig/issue-generator NETWORK_INTERFACE_REGEX '^[bew]'
fi
# Not compatible with set -e
baseCleanMount || true

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 27 11:19:26 UTC 2020 - Fabian Vogt <fvogt@suse.com>
- issue-generator got fixed, so drop the workaround for RPi
-------------------------------------------------------------------
Thu Aug 27 10:28:32 UTC 2020 - Fabian Vogt <fvogt@suse.com>