diff options
Diffstat (limited to 'hosts/iroha/scripts/prepare-virt')
| -rwxr-xr-x | hosts/iroha/scripts/prepare-virt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/iroha/scripts/prepare-virt b/hosts/iroha/scripts/prepare-virt new file mode 100755 index 0000000..95cc848 --- /dev/null +++ b/hosts/iroha/scripts/prepare-virt @@ -0,0 +1,4 @@ +#! /usr/bin/env sh +touch /dev/shm/looking-glass +chown andrew:kvm /dev/shm/looking-glass +chmod 0666 /dev/shm/looking-glass |