don't need to reboot with proper console
diff --git a/tools/build_libvirt.sh b/tools/build_libvirt.sh
index b9cd4c3..8a26c72 100755
--- a/tools/build_libvirt.sh
+++ b/tools/build_libvirt.sh
@@ -329,12 +329,6 @@
RC_LOCAL=$ROOTFS/etc/init.d/zlocal
cat > $RC_LOCAL <<EOF
#!/bin/sh -e
-# Reboot if this is our first run to enable console log on $DIST_NAME :(
-if [ ! -e /root/firstlaunch ]; then
- touch /root/firstlaunch
- reboot -f
- exit 0
-fi
# cloud-init overwrites the hostname with ubuntuhost
echo $GUEST_NAME > /etc/hostname
hostname $GUEST_NAME