diff options
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oe/rootfs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py index 4e4e6ebe39..6fb749f049 100644 --- a/meta/lib/oe/rootfs.py +++ b/meta/lib/oe/rootfs.py | |||
@@ -190,6 +190,8 @@ class Rootfs(object): | |||
190 | pkg = pkg_installed.split()[0] | 190 | pkg = pkg_installed.split()[0] |
191 | if pkg in ["update-rc.d", | 191 | if pkg in ["update-rc.d", |
192 | "base-passwd", | 192 | "base-passwd", |
193 | "shadow", | ||
194 | "update-alternatives", | ||
193 | self.d.getVar("ROOTFS_BOOTSTRAP_INSTALL", True) | 195 | self.d.getVar("ROOTFS_BOOTSTRAP_INSTALL", True) |
194 | ]: | 196 | ]: |
195 | pkgs_to_remove.append(pkg) | 197 | pkgs_to_remove.append(pkg) |