From 3b8f210d769e3dd7eeaee5cddab8b9348929b397 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Wed, 18 Oct 2017 07:19:20 +0200 Subject: reproducible: health_check: include the running kernel version when reporting multiple kernel installed in /boot Signed-off-by: Mattia Rizzolo --- bin/reproducible_node_health_check.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/reproducible_node_health_check.sh b/bin/reproducible_node_health_check.sh index d10029bf..2ccf57fe 100755 --- a/bin/reproducible_node_health_check.sh +++ b/bin/reproducible_node_health_check.sh @@ -121,6 +121,7 @@ if [ "$(lsb_release -si)" = "Ubuntu" ] ; then echo "Warning, more than one kernel in /boot:" ls -lart /boot/vmlinuz-* df -h /boot + echo "Running kernel: $(uname -r)" DIRTY=true fi fi -- cgit v1.2.3-54-g00ecf