You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before reporting an issue, please check for relevant keywords in the issues search bar, including closed issues. The solution to your issue might be there already !
Describe the bug
Which OS do you encounter the bug on? arch
A clear and concise description of what the bug is.
when using makepkg to complie the kernel it begins and downloads the git sources but then sjips accutally making the kernel then cleans up and exit with no errors
Attach the contents of your logs folder by drag & dropping each file into this message. Special note for Arch users: please run makepkg [args] | tee shell-output.log for more logging! shell-output.log customization.cfg.txt system-info.txt
The text was updated successfully, but these errors were encountered:
# Set to "1" to call make menuconfig, "2" to call make nconfig, "3" to call make xconfig, before building the kernel. Set to false to disable and skip the prompt.
_menunconfig="flase"
Typo
# Timer frequency - "100" "250" "300" "500" "750" "1000" ("2000" is available for cacule cpusched only, "625" is available for echo cpusched only) - More options available in kernel config prompt when left empty depending on selected cpusched with the default option pointed with a ">" (2000 for cacule, 100 for muqss, 625 for echo and 1000 for other cpu schedulers)
_timer_freq=">"
This is invalid as a value. The ">" sign part talks about the option prompt when leaving this empty.
Before reporting an issue, please check for relevant keywords in the issues search bar, including closed issues. The solution to your issue might be there already !
Describe the bug
when using makepkg to complie the kernel it begins and downloads the git sources but then sjips accutally making the kernel then cleans up and exit with no errors
Special note for Arch users: please run
makepkg [args] | tee shell-output.log
for more logging!shell-output.log
customization.cfg.txt
system-info.txt
The text was updated successfully, but these errors were encountered: