From 5e4b883bc21ae5a1a25d05cde177f63569a680aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 8 May 2020 00:21:04 +0200 Subject: [PATCH] Let all our images log volatile (not only xfce4-music-image) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit should have done this much earlier: * Don't ruin sd-cards on machines running 24/7 * On Raspi4 it buys us boot time reduced by ~2s * Was never happy about the misleading entries in journal from boots long ago Signed-off-by: Andreas Müller --- conf/distro/mortsgna.conf | 1 + recipes-image/xfce4/xfce4-music-image.bb | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/conf/distro/mortsgna.conf b/conf/distro/mortsgna.conf index c8808c2..925022d 100644 --- a/conf/distro/mortsgna.conf +++ b/conf/distro/mortsgna.conf @@ -195,6 +195,7 @@ EXTRA_IMAGE_FEATURES += " \ empty-root-password \ allow-empty-password \ post-install-logging \ + volatile-log \ " # make x11-base a valid IMAGE_FEATURES diff --git a/recipes-image/xfce4/xfce4-music-image.bb b/recipes-image/xfce4/xfce4-music-image.bb index 25d81e9..63d54fe 100644 --- a/recipes-image/xfce4/xfce4-music-image.bb +++ b/recipes-image/xfce4/xfce4-music-image.bb @@ -4,9 +4,6 @@ export IMAGE_BASENAME = "xfce4-music-image" XFCE_DM = "sddm sddm-morona-autologin" -# Saving to SDCard creates delays/underruns -IMAGE_FEATURES += "volatile-log" - IMAGE_INSTALL += " \ packagegroup-gui-musicians \ \