coreos-kernel: prune amd64 down to the minimal defconfig

This strips down the config to just the non-default options, the arm64
kernel config is already in this minimal format.
This commit is contained in:
Michael Marineau 2015-06-29 16:47:39 -07:00
parent 90bb5a2d94
commit ff9b5fca12
2 changed files with 6 additions and 3063 deletions

View File

@ -12,6 +12,12 @@ on the ebuild version and revision. For example version 3.12.4-r2:
- amd64_defconfig-3.12
- amd64_defconfig
To modify the defconfig to .config in the kernel source and run:
yes "" | make oldconfig
make menuconfig
make savedefconfig
and copy defconfig back to coreos-kernel/files
Currently our dracut based initrd (bootengine) gets built directly into
the kernel image, including all kernel modules. (go go modular kernels!)
This reason for this screwy scheme never came to pass and should be