From 49c716025942d9183ce1ab9d1a51c8a884c4c5aa Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Thu, 2 Apr 2015 15:18:02 -0700 Subject: [PATCH] Remove mkdir of shared dir We no longer bindmount qemu directories and instead use the volume_from feature to get that job done. As such remove the creation of the directory. Change-Id: I20aa0b5d8b8e5e0bd9ccc69ab07009635c693b02 --- tools/start | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/start b/tools/start index 7e88ae5d0e..e2f69c85f4 100755 --- a/tools/start +++ b/tools/start @@ -25,11 +25,6 @@ if [[ -x /usr/sbin/getenforce ]]; then fi fi -# This directory is shared with the host to allow qemu instance -# configs to remain accross restarts. This is needed in the event libvirt -# is not installed in the system. -mkdir -p /etc/libvirt/qemu - MY_IP=$(ip route get $(ip route | awk '$1 == "default" {print $3}') | awk '$4 == "src" {print $5}')