1
0

- Also show WLAN interfaces in /etc/issue (bsc#1169070)

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/kiwi-templates-JeOS?expand=0&rev=30
This commit is contained in:
Fabian Vogt 2020-04-16 10:23:49 +00:00 committed by Git OBS Bridge
parent ee6195000c
commit bd83a4c72f
2 changed files with 8 additions and 0 deletions

View File

@ -134,6 +134,9 @@ sed -i 's/.*rpm.install.excludedocs.*/rpm.install.excludedocs = yes/g' /etc/zypp
# Configure Raspberry Pi specifics
#--------------------------------------
if [[ "$kiwi_profiles" == *"RaspberryPi"* ]]; then
# Also show WLAN interfaces in /etc/issue
baseUpdateSysConfig /etc/sysconfig/issue-generator NETWORK_INTERFACE_REGEX '^[bew]'
# Add necessary kernel modules to initrd (will disappear with bsc#1084272)
echo 'add_drivers+=" bcm2835_dma dwc2 "' > /etc/dracut.conf.d/raspberrypi_modules.conf

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 14 14:17:39 UTC 2020 - Fabian Vogt <fvogt@suse.com>
- Also show WLAN interfaces in /etc/issue (bsc#1169070)
-------------------------------------------------------------------
Thu Apr 9 13:59:02 UTC 2020 - Guilherme Moro <gmoro@suse.com>