coreos-base/coreos: remove syslinux installer from images

Installing the syslinux package is only required for re-installing
syslinux which has never really been needed and we will be moving to
grub soon anyway. This saves a 5-10MB in our final images.
This commit is contained in:
Michael Marineau 2014-09-04 14:41:21 -07:00
parent 09bd1216c6
commit f011c86488
2 changed files with 0 additions and 13 deletions

View File

@ -63,19 +63,6 @@ IUSE=""
#
################################################################################
X86_DEPEND="
sys-boot/syslinux
"
RDEPEND="${RDEPEND} x86? ( ${X86_DEPEND} )"
RDEPEND="${RDEPEND} amd64? ( ${X86_DEPEND} )"
RDEPEND="${RDEPEND}
arm? (
coreos-base/u-boot-scripts
)
"
RDEPEND="${RDEPEND}
virtual/linux-sources
"