pkg: sane-mount-servo: comment/note a fix about a bug i saw in this script
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user