mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 22:41:09 +02:00
coreos-kernel: use make olddefconfig
The `yes ""` thing is kinda silly, there is actually a command for it.
This commit is contained in:
parent
c9469921fa
commit
b67ed0e671
@ -162,7 +162,7 @@ coreos-kernel_src_configure() {
|
||||
fi
|
||||
|
||||
# Use default for any options not explitly set in defconfig
|
||||
yes "" | kmake oldconfig
|
||||
kmake olddefconfig
|
||||
|
||||
# For convinence, generate a minimal defconfig of the build
|
||||
kmake savedefconfig
|
||||
|
@ -13,7 +13,7 @@ on the ebuild version and revision. For example version 3.12.4-r2:
|
||||
- amd64_defconfig
|
||||
|
||||
To modify the defconfig to .config in the kernel source and run:
|
||||
yes "" | make oldconfig
|
||||
make olddefconfig
|
||||
make menuconfig
|
||||
make savedefconfig
|
||||
and copy defconfig back to coreos-kernel/files
|
||||
|
Loading…
x
Reference in New Issue
Block a user