From 15818f6744599e07604f998dbb4a5ae1c77af6db Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 21 Jan 2025 22:10:48 +0000 Subject: [PATCH] included unattended --- mvs/entries/tk5-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvs/entries/tk5-setup.md b/mvs/entries/tk5-setup.md index 5e3c643..2aa7723 100644 --- a/mvs/entries/tk5-setup.md +++ b/mvs/entries/tk5-setup.md @@ -234,7 +234,7 @@ root@tk5-sysa:~/mvs-tk5/conf# cd .. root@tk5-sysa:~/mvs-tk5# -Finally, there are two additional permissions mods that are needed. We can do these commands from the base directory. First, the mvs runner itself: `chmod +x ./mvs`. Then the directory where the hercules emulator is found: `chmod -R +x ./hercules`. Once that is done, we can proceed to the execution step. +Finally, there are three additional permissions mods that are needed. We can do these commands from the base directory. First, the mvs runner itself: `chmod +x ./mvs`. Second, the directory where the hercules emulator is found: `chmod -R +x ./hercules`, and finally, the "unattended" directory: `chmod -R +x ./unattended`. Once that is done, we can proceed to the execution step. ### Running The Turnkey MVS Instance