coreos-kernel: use make olddefconfig

The `yes ""` thing is kinda silly, there is actually a command for it.
This commit is contained in:
Michael Marineau 2015-08-03 23:08:44 -07:00
parent c9469921fa
commit b67ed0e671
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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