calamares/src/libcalamares/partition
Adriaan de Groot 2db3b413f4 [libcalamares] Unmount with mount point, not device
- The manpage for umount says that -R can only be used with
  a mount point (e.g. /usr/local) and not a device name;
  this makes sense because a device might be mounted in multiple
  locations, but the mountpoint (and things mounted under it) lives
  in the filesystem tree.
- Existing code tried to unmount -R the device, not the mount point,
  and so always failed; leaving things mounted that shouldn't.
2020-02-24 20:58:02 +01:00
..
FileSystem.cpp [libcalamares] Move FS-related code to partition service 2019-06-13 14:55:43 +02:00
FileSystem.h [partition] Shuffle new conveniences into partition service 2020-02-13 13:48:12 +01:00
KPMManager.cpp [libcalamares] Move debugging to more useful spot 2019-06-15 12:51:31 +02:00
KPMManager.h [libcalamares] Mark KPM support API as such 2019-06-19 09:07:04 +02:00
Mount.cpp [libcalamares] Unmount with mount point, not device 2020-02-24 20:58:02 +01:00
Mount.h [libcalamares] Typo-fix in comment 2019-06-21 16:38:15 +02:00
PartitionIterator.cpp [libcalamares] Refortmat the partition service 2019-06-13 12:35:32 +02:00
PartitionIterator.h [libcalamares] Mark KPM support API as such 2019-06-19 09:07:04 +02:00
PartitionQuery.cpp [libcalamares] Reformat new code in partition service 2019-06-13 14:47:44 +02:00
PartitionQuery.h [libcalamares] Mark KPM support API as such 2019-06-19 09:07:04 +02:00
PartitionSize.cpp [libcalamares] Apply coding style 2019-08-13 20:49:58 +02:00
PartitionSize.h libcalamares: Add support for KB/MB/GB size units 2019-08-12 15:55:18 +02:00
Sync.cpp [libcalamares] Don't hard-code full paths 2020-02-24 13:15:13 +01:00
Sync.h [libcalamares] Code-formatting Sync.* 2019-06-20 13:53:02 +02:00
Tests.cpp [libcalamares] Apply current coding style to libcalamares/partition/ 2019-08-04 22:13:58 +02:00
Tests.h [libcalamares] Apply current coding style to libcalamares/partition/ 2019-08-04 22:13:58 +02:00