diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index f3159fa105..1299323cd1 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -3220,6 +3220,25 @@
The well-tested and maintained support for RPM version 5
remains.
+
+ Previously, the following list of packages were removed
+ if package-management was not in
+ IMAGE_FEATURES,
+ regardless of any dependencies:
+
+ update-rc.d
+ base-passwd
+ shadow
+ update-alternatives
+ run-postinsts
+
+ With the Yocto Project 2.1 release, these packages are only
+ removed if "read-only-rootfs" is in
+ IMAGE_FEATURES, since they might
+ still be needed for a read-write image even in the absence
+ of a package manager (e.g. if users need to be added,
+ modified, or removed at runtime).
+
The
devtool modify