From 4b466a8379c132ab5b9b21c624f2c59cbfac081e Mon Sep 17 00:00:00 2001
From: VoidNV <voidnv@protonmail.com>
Date: Thu, 23 Jul 2020 17:28:27 -0500
Subject: [PATCH] Add comment about disk path to mnt.sh

---
 mnt.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mnt.sh b/mnt.sh
index 4c16a80a..a7644626 100755
--- a/mnt.sh
+++ b/mnt.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 sudo modprobe nbd
-sudo qemu-nbd -c dev/nbd0 ~/VirtualBox\ VMs/ZenithOS/ZenithOS.vmdk
+sudo qemu-nbd -c dev/nbd0 "~/VirtualBox\ VMs/ZenithOS/ZenithOS.vmdk" #Replace with path to disk
 sudo mount /dev/nbd0p1 /mnt
 
 rm -rf src/*