summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-2.5.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/migration-2.5.rst')
-rw-r--r--documentation/migration-guides/migration-2.5.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-2.5.rst b/documentation/migration-guides/migration-2.5.rst
index d14580df21..79f804fa1d 100644
--- a/documentation/migration-guides/migration-2.5.rst
+++ b/documentation/migration-guides/migration-2.5.rst
@@ -278,12 +278,12 @@ The following are additional changes:
278 performance and compression. In order to build a live image with 278 performance and compression. In order to build a live image with
279 squashfs+lz4 compression enabled you should now set 279 squashfs+lz4 compression enabled you should now set
280 ``LIVE_ROOTFS_TYPE = "squashfs-lz4"`` and ensure that ``live`` is in 280 ``LIVE_ROOTFS_TYPE = "squashfs-lz4"`` and ensure that ``live`` is in
281 ``IMAGE_FSTYPES``. 281 :term:`IMAGE_FSTYPES`.
282 282
283- Recipes with an unconditional dependency on ``libpam`` are only 283- Recipes with an unconditional dependency on ``libpam`` are only
284 buildable with ``pam`` in :term:`DISTRO_FEATURES`. If the dependency is 284 buildable with ``pam`` in :term:`DISTRO_FEATURES`. If the dependency is
285 truly optional then it is recommended that the dependency be 285 truly optional then it is recommended that the dependency be
286 conditional upon ``pam`` being in ``DISTRO_FEATURES``. 286 conditional upon ``pam`` being in :term:`DISTRO_FEATURES`.
287 287
288- For EFI-based machines, the bootloader (``grub-efi`` by default) is 288- For EFI-based machines, the bootloader (``grub-efi`` by default) is
289 installed into the image at /boot. Wic can be used to split the 289 installed into the image at /boot. Wic can be used to split the