summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2017-10-15 13:04:07 -0400
committerJoey Hess2017-10-15 13:04:07 -0400
commite695cfc3bbeee0f5126e70ac4a5a689872069c0e (patch)
tree5d6e9ce353e830e0c5d3d17a2e02a23384d7b479
parent68dff04c4ead5ee6c3db66c689c2d0a07a15dfda (diff)
merged pull request
-rw-r--r--debian/changelog3
-rw-r--r--doc/todo/creates_mount_point_and_always_tries_to_mount_when_using_Fstab.mounted.mdwn2
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]]