mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 19:55:45 +00:00
This commit rewrites the mount package in Go. It adds the ability to mount the by label, UUID or name. It also fixes the automatic mount logic to check that a drive isn't already mounted before attempting to mount it. This allows for multiple uses of the mount pkg in a single YAML file. Signed-off-by: Dave Tucker <dt@docker.com>