included unattended

This commit is contained in:
Greg Gauthier 2025-01-21 22:10:48 +00:00
parent a0426f6121
commit 15818f6744

View File

@ -234,7 +234,7 @@ root@tk5-sysa:~/mvs-tk5/conf# cd ..
root@tk5-sysa:~/mvs-tk5# root@tk5-sysa:~/mvs-tk5#
</pre> </pre>
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 ### Running The Turnkey MVS Instance