pkg: sane-mount-servo: comment/note a fix about a bug i saw in this script

This commit is contained in:
colin 2022-10-02 01:26:50 -07:00
parent a38d66073d
commit 2ff9cc9d6c
2 changed files with 2 additions and 0 deletions

View File

@ -15,4 +15,5 @@ then
fi
# symlink the fastest mount point into place
# uncomment if i see the bug again: sudo unlink /mnt/servo-media # XXX ln gets confused if the destination is a symlink to a stale mount
sudo ln -sf $mnt /mnt/servo-media

View File

@ -15,4 +15,5 @@ then
fi
# symlink the fastest mount point into place
# uncomment if i see the bug again: sudo unlink /mnt/servo-root # XXX ln gets confused if the destination is a symlink to a stale mount
sudo ln -sf $mnt /mnt/servo-root