feat(coreos) add bootkernel to build

This adds the bootkernel to the full system build and moves the
kexec-tools dependancy to the bootengine ebuild, where it belongs.
This commit is contained in:
Greg Kroah-Hartman 2013-07-17 15:24:59 -07:00
parent 596a5da223
commit c5972b264a
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ SLOT="0"
KEYWORDS="amd64 x86" KEYWORDS="amd64 x86"
DEPEND=" DEPEND="
sys-apps/kexec-tools
sys-kernel/dracut" sys-kernel/dracut"
src_install() { src_install() {

View File

@ -104,7 +104,7 @@ RDEPEND="${RDEPEND}
RDEPEND="${RDEPEND} RDEPEND="${RDEPEND}
sys-apps/findutils sys-apps/findutils
sys-apps/kexec-tools sys-kernel/coreos-bootkernel
app-admin/sudo app-admin/sudo
app-admin/rsyslog app-admin/rsyslog
app-arch/gzip app-arch/gzip