mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 14:06:58 +02:00
kernel_menuconfig: fix name of kernel package for split scheme
This commit is contained in:
parent
c7818adf2f
commit
7f7ddb4857
@ -17,7 +17,7 @@ DEFINE_string board "${DEFAULT_BOARD}" \
|
|||||||
"Board to use for kernel source and architecture."
|
"Board to use for kernel source and architecture."
|
||||||
DEFINE_string overlay "coreos" \
|
DEFINE_string overlay "coreos" \
|
||||||
"Portage repo containing the kernel ebuild."
|
"Portage repo containing the kernel ebuild."
|
||||||
DEFINE_string package "sys-kernel/coreos-kernel" \
|
DEFINE_string package "sys-kernel/coreos-modules" \
|
||||||
"Portage ebuild name for the kernel."
|
"Portage ebuild name for the kernel."
|
||||||
|
|
||||||
# Parse command line
|
# Parse command line
|
||||||
|
Loading…
Reference in New Issue
Block a user