labs: fix libguestfs-tools installation

Supply an answer for the debconf prompt during libguestfs-tools
installation. The current lack of such an answer results in warnings
about "Use of uninitialized value" or a hanging script.

Change-Id: I23888737f24c5f4cd3c8e88ebba0701be85c1d87
This commit is contained in:
Roger Luethi 2014-09-02 14:50:23 +02:00
parent f678c9ebe8
commit 3842d67a87

View File

@ -13,6 +13,7 @@ indicate_current_auto
#------------------------------------------------------------------------------
echo "Installing nova for compute node."
sudo debconf-set-selections <<< 'libguestfs-tools libguestfs/update-appliance boolean false'
sudo apt-get install -y nova-compute-qemu python-guestfs libguestfs-tools
echo "Making the current kernel image world-readable."