From ada6a5f65e6ac6c07547fd8d699a6d4e90e0c541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 3 Nov 2018 01:27:48 +0100 Subject: [PATCH] Make sure postinstall.log is non-volatile by installing it in /var MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/distro/mortsgna.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/distro/mortsgna.conf b/conf/distro/mortsgna.conf index da8ac7a..ad8ee95 100644 --- a/conf/distro/mortsgna.conf +++ b/conf/distro/mortsgna.conf @@ -115,6 +115,8 @@ EXTRA_IMAGE_FEATURES += " \ allow-empty-password \ post-install-logging \ " +# Ensure postinst.log non volatile +POSTINST_LOGFILE = "${localstatedir}/postinstall.log" # make x11-base a valid IMAGE_FEATURES IMAGE_FEATURES[validitems] += "x11-base"