- 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:
parent
fce946b3a6
commit
18dbfb3b5f
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user