mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 06:51:26 +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
|
fi
|
||||||
|
|
||||||
# Use default for any options not explitly set in defconfig
|
# Use default for any options not explitly set in defconfig
|
||||||
yes "" | kmake oldconfig
|
kmake olddefconfig
|
||||||
|
|
||||||
# For convinence, generate a minimal defconfig of the build
|
# For convinence, generate a minimal defconfig of the build
|
||||||
kmake savedefconfig
|
kmake savedefconfig
|
||||||
|
@ -13,7 +13,7 @@ on the ebuild version and revision. For example version 3.12.4-r2:
|
|||||||
- amd64_defconfig
|
- amd64_defconfig
|
||||||
|
|
||||||
To modify the defconfig to .config in the kernel source and run:
|
To modify the defconfig to .config in the kernel source and run:
|
||||||
yes "" | make oldconfig
|
make olddefconfig
|
||||||
make menuconfig
|
make menuconfig
|
||||||
make savedefconfig
|
make savedefconfig
|
||||||
and copy defconfig back to coreos-kernel/files
|
and copy defconfig back to coreos-kernel/files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user