mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 23:11:07 +02:00
Enable initramfs for arm64 kernel
Signed-off-by: Andrej Rosano <andrej@inversepath.com>
This commit is contained in:
parent
cf9bd0aa7d
commit
c1f6f5beee
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user