Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Surpressing new kernel options in "make oldconfig"
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
npmccallum
Retired Dev
Retired Dev


Joined: 09 May 2003
Posts: 306
Location: Lexington, KY

PostPosted: Sat May 24, 2003 6:53 am    Post subject: Surpressing new kernel options in "make oldconfig" Reply with quote

Is there any way to make "make oldconfig" NOT prompt for new options, but just accept the defaults (ie make oldconfig --noprompt)? Or is there another "make xxxxconfig" option that will just take the defaults from .config and leave out any extras? Thanks!
Back to top
View user's profile Send private message
scmasaru
n00b
n00b


Joined: 03 Dec 2002
Posts: 36

PostPosted: Sat May 24, 2003 9:25 am    Post subject: Reply with quote

Doesn't work everytime but you can try this:
Code:
yes n | make oldconfig


It will only work if all questions are y/n questions
Back to top
View user's profile Send private message
npmccallum
Retired Dev
Retired Dev


Joined: 09 May 2003
Posts: 306
Location: Lexington, KY

PostPosted: Sat May 24, 2003 5:35 pm    Post subject: Reply with quote

scmasaru wrote:
Doesn't work everytime but you can try this:
Code:
yes n | make oldconfig


It will only work if all questions are y/n questions


I tried it just as you said ("yes n | make oldconfig") and for some reason it doesn't answer yes OR no to the questions... instead it brings up the help menu ("?"). Any ideas?
Back to top
View user's profile Send private message
scmasaru
n00b
n00b


Joined: 03 Dec 2002
Posts: 36

PostPosted: Sun May 25, 2003 6:47 am    Post subject: Reply with quote

Quote:
I tried it just as you said ("yes n | make oldconfig") and for some reason it doesn't answer yes OR no to the questions... instead it brings up the help menu ("?"). Any ideas?


becasue that question asks for a number. You can also try make menuconfig and save immediately but it might give you undesired result.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum