mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-05 14:03:17 +02:00
fix vagrant info
This commit is contained in:
@@ -21,7 +21,7 @@ if [ ${isMounted} -eq 0 ] && [ ${#hddCandidate} -eq 0 ]; then
|
|||||||
echo "WARNING: NO HDD FOUND -> Shutdown, connect HDD and restart."
|
echo "WARNING: NO HDD FOUND -> Shutdown, connect HDD and restart."
|
||||||
echo "***********************************************************"
|
echo "***********************************************************"
|
||||||
vagrant=$(df | grep -c "/vagrant")
|
vagrant=$(df | grep -c "/vagrant")
|
||||||
if [ ${vagrant} ]; then
|
if [ ${vagrant} -gt 0 ]; then
|
||||||
echo "To connect a HDD data disk to your VagrantVM:"
|
echo "To connect a HDD data disk to your VagrantVM:"
|
||||||
echo "- shutdown VM with command: off"
|
echo "- shutdown VM with command: off"
|
||||||
echo "- open your VirtualBox GUI and select RaspiBlitzVM"
|
echo "- open your VirtualBox GUI and select RaspiBlitzVM"
|
||||||
|
Reference in New Issue
Block a user