Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb52391' into 'master'
Fix oneshot to run on the first boot instead of mic run.

See merge request mer-core/udisks2!27
  • Loading branch information
Matti Kosola committed Dec 17, 2020
2 parents 518af91 + 1e8a330 commit 48e4596
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rpm/udisks2-symlink-mount-path
@@ -1,5 +1,10 @@
#!/bin/sh

if [ "$MIC_RUN" != "" ]; then
echo "udisks2-symlink-mount-path - returning FAIL to postpone oneshot to first boot"
exit 1
fi

OLD_MOUNT_PATH=/media/sdcard

# 1) Test if symlink already exist
Expand Down

0 comments on commit 48e4596

Please sign in to comment.