-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grab all kernel configs from Arch #11
Comments
So let's start! In https://github.com/archlinuxarm/PKGBUILDs:
Seems to lead us with https://github.com/archlinuxarm/PKGBUILDs/blob/96d0a0a8a/core/linux-armv7/config Then back in this our repo,
Try compiling, note down the config conflicts (by grepping for Hold enter to all the options to select all the default options Arch will come with a few too many configs, CONFIG_CRYPTO_AEGIS128 Try booting. Then a little bit of normalization by temporarily un-commenting |
Sigh, something went horribly wrong: -rw-r--r-- 1 alex users 576M Mar 5 15:45 linux-mister-5.15-6-armv7h.pkg.tar.zst 500MB kernel package is a little too big. Maybe the "Hold enter to all the options to select all the default options" step is a little too much. I've done this before though, weird. |
Aha, I should have kep the "#" lines from the original arch config. Much less stuff to hold "enter" for now. Edit: Gah, still no luck:
I expect to be in the vicinity of 50MB:
In comparisson, we're at 27MB now without these arch additions:
|
Before we get a ton new bugs about configs to add for various gadgets and things, I should probably just enable everything that's already enabled in arch's armv7 config.
Some care has to be taken (since we don't exactly need to boot on absolutelly everything), but a lot of those configs will probably improve quality of life, with not a lot of performance loss.
The text was updated successfully, but these errors were encountered: