commit | d9de1199bd3f79fc7b71e933970c6f14afa8d310 | [log] [tgz] |
---|---|---|
author | Attila Fazekas <afazekas@redhat.com> | Thu Mar 26 09:25:02 2015 +0100 |
committer | Attila Fazekas <afazekas@redhat.com> | Thu Mar 26 09:25:02 2015 +0100 |
tree | 520bee6eaabb4a273301a0e209c6f7bf111757be | |
parent | 27ee05bb2c9e17f8131338739237f7dc64984bbe [diff] [blame] |
Print kernel version Adding `uname -a` to stack.sh to make easy to see from the devstack logs what was the actually running kernel version. Change-Id: I0068504bf055a588b155b0a60215440d365bf53e
diff --git a/stack.sh b/stack.sh index 9069367..79f8fa3 100755 --- a/stack.sh +++ b/stack.sh
@@ -89,6 +89,9 @@ exit 1 fi +# Print the kernel version +uname -a + # Prepare the environment # -----------------------