diff --git a/JeOS.kiwi b/JeOS.kiwi index c21db78..24bb96b 100644 --- a/JeOS.kiwi +++ b/JeOS.kiwi @@ -18,7 +18,6 @@ 15.1.0 zypper - openSUSE openSUSE true 15.1.0 zypper - openSUSE openSUSE true 15.1.0 zypper - openSUSE openSUSE true 15.1.0 zypper - openSUSE openSUSE true 15.1.0 zypper - openSUSE openSUSE true /etc/dracut.conf.d/raspberrypi_modules.conf - - # Work around network issues - cat > /etc/modprobe.d/50-rpi3.conf <<-EOF - # Prevent too many page allocations (bsc#1012449) - options smsc95xx turbo_mode=N - EOF - - cat > /usr/lib/sysctl.d/50-rpi3.conf <<-EOF - # Avoid running out of DMA pages for smsc95xx (bsc#1012449) - vm.min_free_kbytes = 2048 - EOF fi # Not compatible with set -e diff --git a/kiwi-templates-JeOS.changes b/kiwi-templates-JeOS.changes index 8f0ab07..7854f56 100644 --- a/kiwi-templates-JeOS.changes +++ b/kiwi-templates-JeOS.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jun 30 13:37:54 UTC 2020 - Fabian Vogt + +- Drop bootsplash-theme, not used +- Don't touch /etc/default/grub in config.sh, kiwi overwrites it + anyway +- RPi workarounds are part of the raspberrypi-firmware package now + ------------------------------------------------------------------- Mon May 18 08:16:29 UTC 2020 - Fabian Vogt