From c5ee7c95d58072702b68c9e82becf5d8b26dd881 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 18 May 2020 08:46:25 +0200 Subject: [PATCH] console-conf-wrapper: show snapd log during install This will help finding some of the current install problems by showing the snapd log on the terminal during the install. --- bin/console-conf-wrapper | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/console-conf-wrapper b/bin/console-conf-wrapper index 609e9fc6..5eb47546 100755 --- a/bin/console-conf-wrapper +++ b/bin/console-conf-wrapper @@ -21,6 +21,9 @@ fi if grep -q 'snapd_recovery_mode=install' /proc/cmdline ; then echo "Installing the system, please wait for reboot" + snap watch --last=install-system || true + snap change --last=install-system || true + journalctl -u snapd.service -f sleep infinity fi