Let all our images log volatile (not only xfce4-music-image)
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 <schnitzeltony@gmail.com>
This commit is contained in:
@@ -193,6 +193,7 @@ EXTRA_IMAGE_FEATURES += " \
|
||||
empty-root-password \
|
||||
allow-empty-password \
|
||||
post-install-logging \
|
||||
volatile-log \
|
||||
"
|
||||
|
||||
# make x11-base a valid IMAGE_FEATURES
|
||||
|
||||
@@ -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 \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user