-
Notifications
You must be signed in to change notification settings - Fork 12
Bob #10
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
Bob #10
Conversation
| CONFIG_DEFAULT_TCP_CONG="cubic" | ||
| # CONFIG_TCP_MD5SIG is not set | ||
| CONFIG_IPV6=y | ||
| CONFIG_IPV6=n |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we have separate kernel configs?
|
you probably also need to add the seccom.json like the one added to meta-custom-podman for the security patches, right? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recall I did this in yocto because podman runner was failing because the default containers.conf was using the overlayfs driver instead of vfs. This might be the same case in mkosi but would your build still work without this custom configuration?
I am asking because overlayfs is preferable performance-wise but this is not high priority for now in case it doesn't work
good catch! |
Port of meta-searcher Yocto layer to Mkosi