mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
Revert "rootfs: Do not uninstall update-rc.d"
This reverts commit acf90b6c299afe9e9c8fa33c3c6992bfcf40fbbf. (Reverted to apply the better v2 of the patch) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -240,7 +240,8 @@ class Rootfs(object):
|
|||||||
pkgs_installed = installed_pkgs.read().splitlines()
|
pkgs_installed = installed_pkgs.read().splitlines()
|
||||||
for pkg_installed in pkgs_installed[:]:
|
for pkg_installed in pkgs_installed[:]:
|
||||||
pkg = pkg_installed.split()[0]
|
pkg = pkg_installed.split()[0]
|
||||||
if pkg in ["base-passwd",
|
if pkg in ["update-rc.d",
|
||||||
|
"base-passwd",
|
||||||
"shadow",
|
"shadow",
|
||||||
"update-alternatives",
|
"update-alternatives",
|
||||||
self.d.getVar("ROOTFS_BOOTSTRAP_INSTALL", True)
|
self.d.getVar("ROOTFS_BOOTSTRAP_INSTALL", True)
|
||||||
|
|||||||
Reference in New Issue
Block a user