mirror of
https://github.com/systemd/systemd.git
synced 2026-07-24 16:25:52 +00:00
This command takes a mountpoint, unmounts it and makes sure the underlying partition devices and block device are removed before exiting. To mirror the --mount operation, we also add a --rmdir option which does the opposite of --mkdir, and a -U option which is a shortcut for --umount --rmdir.