mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-04-03 14:55:06 +01:00
Add comment about disk path to mnt.sh
This commit is contained in:
parent
cb8e85d4a7
commit
4b466a8379
1 changed files with 1 additions and 1 deletions
2
mnt.sh
2
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/*
|
||||
|
|
Loading…
Reference in a new issue