diff options
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | doc/todo/creates_mount_point_and_always_tries_to_mount_when_using_Fstab.mounted.mdwn | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 42eebb96..3ffd818c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,9 @@ propellor (4.9.0) UNRELEASED; urgency=medium * Made the PropellorRepo.hasOriginUrl property override the repository url that --spin passes to a host. * PropellorRepo.hasOriginUrl type changed to include HasInfo. (API change) + * Fstab.mounted: Create mount point if necessary, and mount it + if it's not already mounted. + Thanks, Nicolas Schodet -- Joey Hess <id@joeyh.name> Wed, 04 Oct 2017 12:46:23 -0400 diff --git a/doc/todo/creates_mount_point_and_always_tries_to_mount_when_using_Fstab.mounted.mdwn b/doc/todo/creates_mount_point_and_always_tries_to_mount_when_using_Fstab.mounted.mdwn index 4732825f..d491bce9 100644 --- a/doc/todo/creates_mount_point_and_always_tries_to_mount_when_using_Fstab.mounted.mdwn +++ b/doc/todo/creates_mount_point_and_always_tries_to_mount_when_using_Fstab.mounted.mdwn @@ -8,3 +8,5 @@ See [[forum/Fstab.mounted_does_not_mount_if_entry_exists]]. Please pull `fstab-mounted` branch at `http://git.ni.fr.eu.org/nicolas/propellor.git`. Nicolas. + +> [[done]] thanks! --[[Joey]] |
