Skip to content
Snippets Groups Projects
Commit a0b3ed02 authored by Johannes Sauer's avatar Johannes Sauer
Browse files

added /isolinux for search path for mindstorms.dir. For the case that grub is...

added /isolinux for search path for mindstorms.dir. For the case that grub is used to boot iso file directly
parent b9d57c4f
No related branches found
No related tags found
Loading
......@@ -57,7 +57,7 @@ done
# Try to find mindstorms.dir directory (also on boot medium)
if ! mountpoint -q /home/mindstorms/work; then
echo "Looking for mindstorms.dir directory (also on boot medium) ..."
for DIR in /cdrom/mindstorms.dir /mnt/localfs/*/mindstorms.dir; do
for DIR in /cdrom/mindstorms.dir /isodevice/mindstorms.dir /mnt/localfs/*/mindstorms.dir; do
MOUNTPOINT="${DIR%/*}"
[ -d "$DIR" ] || continue
echo "Found mindstorms.dir at ${DIR}. Re-mounting as writable ..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment