Enable initramfs for arm64 kernel

Signed-off-by: Andrej Rosano <andrej@inversepath.com>
This commit is contained in:
Andrej Rosano 2015-09-17 15:12:07 +02:00 committed by Michael Marineau
parent cf9bd0aa7d
commit c1f6f5beee
2 changed files with 1 additions and 3 deletions

View File

@ -3,9 +3,6 @@
# Protocol 1 not supported on arm64.
coreos-base/coreos -etcd_protocols_1
# FIXME: for debugging!!!
sys-kernel/coreos-kernel -initramfs
# FIXME: why isn't this set by default???
sys-libs/ncurses unicode

View File

@ -28,6 +28,7 @@ CONFIG_CFS_BANDWIDTH=y
CONFIG_USER_NS=y
CONFIG_SCHED_AUTOGROUP=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE="bootengine.cpio"
CONFIG_KALLSYMS_ALL=y
# CONFIG_COMPAT_BRK is not set
CONFIG_PROFILING=y