mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 18:12:08 +02:00
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:
parent
596a5da223
commit
c5972b264a
@ -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() {
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user