diff --git a/tools/build_libvirt.sh b/tools/build_libvirt.sh index de3fb3c..f24f726 100755 --- a/tools/build_libvirt.sh +++ b/tools/build_libvirt.sh @@ -406,7 +406,7 @@ if [ "$WAIT_TILL_LAUNCH" = "1" ]; then sleep 1 done - tail -F $VM_DIR/console.log & + tail -n +1 -F $VM_DIR/console.log & TAIL_PID=$!