commit | 9f569828879ca2b80a7a8936b0ae84e75e85e453 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Fri May 03 14:58:15 2019 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Fri May 03 14:58:15 2019 -0700 |
tree | a476f7b7ff2c06584640ee08eb56566ac4f57517 | |
parent | 81b0b5805b6a97da3e8f62508a1eb1c1a4806ebd [diff] |
Set up disk space on a CloudLab node Change-Id: I703fc6cb83dadb0e8840f9f76cc48733b187b992
diff --git a/seba-in-a-box/Makefile b/seba-in-a-box/Makefile index 21af435..3871fdd 100644 --- a/seba-in-a-box/Makefile +++ b/seba-in-a-box/Makefile
@@ -58,6 +58,7 @@ sudo apt update sudo apt install -y httpie jq software-properties-common sudo swapoff -a + [ -d /usr/local/etc/emulab ] && $(MAKEDIR)/../openstack-helm/cloudlab-disk-setup.sh touch $@ /usr/bin/docker: | $(M)/setup