diff options
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r-- | documentation/migration-guides/migration-5.1.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-5.1.rst b/documentation/migration-guides/migration-5.1.rst index 9d8f4b3c6d..18b445c6b5 100644 --- a/documentation/migration-guides/migration-5.1.rst +++ b/documentation/migration-guides/migration-5.1.rst | |||
@@ -142,6 +142,12 @@ The following variables have been removed: | |||
142 | - ``TCLIBCAPPEND`` is now removed as sharing :term:`TMPDIR` for multiple libc | 142 | - ``TCLIBCAPPEND`` is now removed as sharing :term:`TMPDIR` for multiple libc |
143 | providers has been supported for years. | 143 | providers has been supported for years. |
144 | 144 | ||
145 | - ``VOLATILE_LOG_DIR``: :term:`FILESYSTEM_PERMS_TABLES` is now used instead. | ||
146 | By default, :term:`FILESYSTEM_PERMS_TABLES` now contains the value | ||
147 | ``files/fs-perms-volatile-log.txt``, which means that volatile log is | ||
148 | enabled. Users can disable the volatile log by removing the value | ||
149 | ``files/fs-perms-volatile-log.txt`` from :term:`FILESYSTEM_PERMS_TABLES`. | ||
150 | |||
145 | .. _migration-5.1-removed-recipes: | 151 | .. _migration-5.1-removed-recipes: |
146 | 152 | ||
147 | Removed recipes | 153 | Removed recipes |