mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 22:16:58 +02:00
Merge pull request #566 from mischief/kernel-menuconfig
kernel_menuconfig: fix package name for kernel config
This commit is contained in:
commit
eb61b470e3
@ -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