Accepting request 830200 from Virtualization:Appliances:Images:openSUSE-Tumbleweed
- Drop the tmp subvolume (boo#1173461, jsc#PM-1898) - issue-generator got fixed, so drop the workaround for RPi - Add zypper-needs-restarting (bsc#1173548) OBS-URL: https://build.opensuse.org/request/show/830200 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kiwi-templates-JeOS?expand=0&rev=17
This commit is contained in:
commit
1b821d53fc
@ -37,7 +37,6 @@
|
||||
<systemdisk>
|
||||
<volume name="home"/>
|
||||
<volume name="root"/>
|
||||
<volume name="tmp"/>
|
||||
<volume name="opt"/>
|
||||
<volume name="srv"/>
|
||||
<volume name="boot/grub2/i386-pc"/>
|
||||
@ -71,7 +70,6 @@
|
||||
<systemdisk>
|
||||
<volume name="home"/>
|
||||
<volume name="root"/>
|
||||
<volume name="tmp"/>
|
||||
<volume name="opt"/>
|
||||
<volume name="srv"/>
|
||||
<volume name="boot/grub2/i386-pc"/>
|
||||
@ -129,7 +127,6 @@
|
||||
<systemdisk>
|
||||
<volume name="home"/>
|
||||
<volume name="root"/>
|
||||
<volume name="tmp"/>
|
||||
<volume name="opt"/>
|
||||
<volume name="srv"/>
|
||||
<volume name="boot/grub2/i386-pc"/>
|
||||
@ -164,7 +161,6 @@
|
||||
<systemdisk>
|
||||
<volume name="home"/>
|
||||
<volume name="root"/>
|
||||
<volume name="tmp"/>
|
||||
<volume name="opt"/>
|
||||
<volume name="srv"/>
|
||||
<volume name="boot/grub2/arm64-efi" mountpoint="boot/grub2/arm64-efi"/>
|
||||
@ -214,6 +210,7 @@
|
||||
<package name="live-add-yast-repos"/>
|
||||
<!-- <package name="rsyslog"/> for SLE -->
|
||||
<package name="systemd-logger"/> <!-- for openSUSE -->
|
||||
<package name="zypper-needs-restarting"/> <!-- Some deployment script use this (bsc#1173548) -->
|
||||
</packages>
|
||||
|
||||
<!-- Not needed in OpenStack as it uses XFS and cloud-init -->
|
||||
|
@ -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,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 07:27:05 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Drop the tmp subvolume (boo#1173461, jsc#PM-1898)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Add zypper-needs-restarting (bsc#1173548)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 13 07:04:18 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user