Skip to content
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

Unable to find /build/kernel and kernel package after compile #2

Open
Unknown8906 opened this issue May 4, 2024 · 1 comment
Open

Comments

@Unknown8906
Copy link

Hello there,i have a problem trying to install the kernel
After i compiled it using
updpkgsums && makepkg -srci
The process went smoothly but i was unable to find the
Kernel package that contain the kernel and the kernel header
There is no /build folder

@RiverOnVenus
Copy link
Owner

Hello, if everything went smoothly, the kernel package and the kernel header package should be installed on your system, use pacman -Q | grep linux to check it.

By default, makepkg creates the package tarballs in the working directory and downloads source data directly to the src/ directory, it doesn't create a build/ folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants