forked from pool/kiwi-templates-JeOS
Accepting request 798117 from Virtualization:Appliances:Images:openSUSE-Tumbleweed
OBS-URL: https://build.opensuse.org/request/show/798117 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kiwi-templates-JeOS?expand=0&rev=13
This commit is contained in:
commit
7379087da8
@ -186,7 +186,7 @@
|
|||||||
<source path='obsrepositories:/'/>
|
<source path='obsrepositories:/'/>
|
||||||
</repository>
|
</repository>
|
||||||
<packages type="image">
|
<packages type="image">
|
||||||
<package name="patterns-base-minimal_base"/>
|
<package name="patterns-base-base"/>
|
||||||
<package name="aaa_base-extras"/> <!-- wouldn't be SUSE without that ;-) -->
|
<package name="aaa_base-extras"/> <!-- wouldn't be SUSE without that ;-) -->
|
||||||
<package name="acl"/>
|
<package name="acl"/>
|
||||||
<package name="chrony"/>
|
<package name="chrony"/>
|
||||||
|
@ -134,6 +134,9 @@ sed -i 's/.*rpm.install.excludedocs.*/rpm.install.excludedocs = yes/g' /etc/zypp
|
|||||||
# Configure Raspberry Pi specifics
|
# Configure Raspberry Pi specifics
|
||||||
#--------------------------------------
|
#--------------------------------------
|
||||||
if [[ "$kiwi_profiles" == *"RaspberryPi"* ]]; then
|
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)
|
# Add necessary kernel modules to initrd (will disappear with bsc#1084272)
|
||||||
echo 'add_drivers+=" bcm2835_dma dwc2 "' > /etc/dracut.conf.d/raspberrypi_modules.conf
|
echo 'add_drivers+=" bcm2835_dma dwc2 "' > /etc/dracut.conf.d/raspberrypi_modules.conf
|
||||||
|
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 27 08:07:31 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
- switch to base instead of minimal_base pattern, minimal_base is too minimal
|
||||||
|
for JeOS now.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Thu Apr 9 13:59:02 UTC 2020 - Guilherme Moro <gmoro@suse.com>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user