summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>2018-10-03 10:47:25 +0530
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-08 22:35:13 -0400
commit484238450c9e72332650da989b96cd25fc44ce0b (patch)
tree938f2e3ec8c8b9bea70ad09b9d1aff0d824cf0c0
parent453046df2344c97bc666ee5010c06644bc938a52 (diff)
downloadtalos-openbmc-484238450c9e72332650da989b96cd25fc44ce0b.tar.gz
talos-openbmc-484238450c9e72332650da989b96cd25fc44ce0b.zip
Remove shadow package from initramfs
Remove shadow package from initramfs. This also removes it's dependencies like pam modules, which was increasing the initramfs size. shadow package will come from obmc-phosphor-image. (From meta-phosphor rev: 17d1d721121f1d3c08be4e6fc9c1265d4c4a1189) Change-Id: Id08d49ac6f2ba631d167163f6dad23d924e61c15 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/images/obmc-phosphor-initramfs.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/images/obmc-phosphor-initramfs.bb b/meta-phosphor/recipes-phosphor/images/obmc-phosphor-initramfs.bb
index b68048a50..d77f92c48 100644
--- a/meta-phosphor/recipes-phosphor/images/obmc-phosphor-initramfs.bb
+++ b/meta-phosphor/recipes-phosphor/images/obmc-phosphor-initramfs.bb
@@ -18,4 +18,6 @@ inherit core-image
IMAGE_ROOTFS_SIZE = "8192"
IMAGE_ROOTFS_EXTRA_SPACE = "0"
+PACKAGE_INSTALL_remove = "shadow"
+PACKAGE_EXCLUDE = "shadow"
BAD_RECOMMENDATIONS += "busybox-syslog"
OpenPOWER on IntegriCloud