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.

Change-Id: If1d633843c2f50f2949766d44f7280cd59f55d37
Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
diff --git a/recipes-phosphor/images/obmc-phosphor-initramfs.bb b/recipes-phosphor/images/obmc-phosphor-initramfs.bb
index b68048a..d77f92c 100644
--- a/recipes-phosphor/images/obmc-phosphor-initramfs.bb
+++ b/recipes-phosphor/images/obmc-phosphor-initramfs.bb
@@ -18,4 +18,6 @@
 IMAGE_ROOTFS_SIZE = "8192"
 IMAGE_ROOTFS_EXTRA_SPACE = "0"
 
+PACKAGE_INSTALL_remove = "shadow"
+PACKAGE_EXCLUDE = "shadow"
 BAD_RECOMMENDATIONS += "busybox-syslog"