aboutsummaryrefslogtreecommitdiff
path: root/leg-cloud-image
diff options
context:
space:
mode:
Diffstat (limited to 'leg-cloud-image')
-rwxr-xr-xleg-cloud-image/debian/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/leg-cloud-image/debian/builders.sh b/leg-cloud-image/debian/builders.sh
index 35be234c5c..a6ffd693f0 100755
--- a/leg-cloud-image/debian/builders.sh
+++ b/leg-cloud-image/debian/builders.sh
@@ -4,7 +4,7 @@ export image_name=debian-cloud-image
export mountpoint=$(mktemp -d /tmp/${image_name}.XXXXXX)
sudo apt-get -q=2 update
-sudo apt-get -q=2 install -y --no-install-recommends qemu-utils virtinst libvirt-bin
+sudo apt-get -q=2 install -y --no-install-recommends cpio qemu-utils virtinst libvirt-bin
default_gw=$(ip route show default 0.0.0.0/0 | cut -d' ' -f3)
sudo sed -i "/^uri_default/d" /etc/libvirt/libvirt.conf