Change-Id: Id86481e508ef8659b51be3595f4954d07b891f0d
* since all other logic assumes that the existence of the dir
* signifies that a valid subsession exists. */
fs::rename(tmpdir_path, subsession_path);
+
+ /* Subsessions must always be mounted, even before they
+ * are switched to, so that they can be kept up to date
+ * by external updates (e.g. at package installation). */
+ OS::do_mount(image_path, subsession_path);
}
void DirBackendFixedSize::RemoveSubsession (const fs::path& subsession_path) const