Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87729 - support for nicelevel in genkernel
Summary: support for nicelevel in genkernel
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-02 16:30 UTC by Thomas Bettler
Modified: 2005-06-22 08:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Bettler 2005-04-02 16:30:30 UTC
I'd like to see a NICENESS parameter in /etc/genkernel.conf to increase the nicelevel of the compilation process initiated by genkernel. (as for emerge in /etc/make.conf)

Reproducible: Always
Steps to Reproduce:
Comment 1 Eric Edgar (RETIRED) gentoo-dev 2005-06-21 21:28:53 UTC
wouldntt calling 
'nice -n ${x} genkernel' work that should call all subprocesses with that nice 
level by default.

I dont think this should be in genkernel.
Comment 2 Eric Edgar (RETIRED) gentoo-dev 2005-06-22 08:26:43 UTC
default os commands can do this