Skip to content

Commit

Permalink
Log linux kernel version in VM case
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Feb 12, 2018
1 parent ca901b5 commit b00a751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-vm
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ vm_detect_2nd_stage() {
BUILD_ROOT=/
BUILD_DIR=/.build
echo "machine type: `uname -m`"
echo "Linux version: `uname -rv`"
if test "$PERSONALITY" != 0 -a -z "$PERSONALITY_SET" ; then
export PERSONALITY_SET=true
echo "switching personality to $PERSONALITY..."
Expand Down

0 comments on commit b00a751

Please sign in to comment.