From 490575d5fadafcbc3e2b0447b6a8d9d17e69b726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 12 Feb 2018 18:01:39 +0100 Subject: [PATCH] increase log level in running VM build we keep the "quiet" option on purpose to avoid a too verbose boot-up. but we want to get more output during runtime error --- build-vm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-vm b/build-vm index 19f74c60d..067b49f88 100644 --- a/build-vm +++ b/build-vm @@ -517,6 +517,8 @@ vm_detect_2nd_stage() { BUILD_DIR=/.build echo "machine type: `uname -m`" echo "Linux version: `uname -rv`" + echo "Increasing log level from now on..." + echo 4 > /proc/sysrq-trigger if test "$PERSONALITY" != 0 -a -z "$PERSONALITY_SET" ; then export PERSONALITY_SET=true echo "switching personality to $PERSONALITY..."