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
This commit is contained in:
parent
7c9acf4806
commit
49c7160259
@ -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}')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user