Skip to content
Snippets Groups Projects
Commit 0e46e68c authored by Oliver Keeble's avatar Oliver Keeble
Browse files

Configure mhvtl correctly when it is built locally

parent 541e8f4d
No related branches found
No related tags found
No related merge requests found
# Home directory for config file(s)
MHVTL_CONFIG_PATH=/etc/mhvtl
# Home directory for tape emulation files
MHVTL_HOME_PATH=/opt/mhvtl
# Default media capacity (500 M)
CAPACITY=1000
......
......@@ -63,7 +63,8 @@ ls -lR /opt/mhvtl
mkdir -p /opt/mhvtl
sudo groupadd vtl || true
sudo adduser vtl -g vtl || true
chown vtl.vtl /opt/mhvtl
sudo make_vtl_media -C /etc/mhvtl
chown -R vtl.vtl /opt/mhvtl
################################################################################
#### Start mhvtl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment