Change History (7)
comment:1 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 23 years ago
comment:4 by , 23 years ago
Changed previous last paragraph, plus added a new one:
If you don't know what to answer to all the questions asked during the <userinput>make</userinput> phase, then just accept the default. It'll be just in fine in the majority of the cases. What you are asked here are a bunch of questions relating to the kind of network protocols that you have enabled in your kernel.
The default answers will enable the most common protocols that will allow you to perform TCP/IP networking, connect to the Internet and some other protocols. You still need to actually enable these protocols in the kernel. What you do here is merely telling the programs to be able to use those protocols but it's up to the kernel to make it available to the system.
comment:5 by , 23 years ago
I think this is it, after some fixes, grammar and being clearer. Comitting now, additional changes can be made later without Bugzilla
If you don't know what to answer to all the questions asked during the make phase, then just accept the defaults, which will be just in fine in the majority of the cases. What you are asked here are a bunch of questions relating to the kind of network protocols that you have enabled in your kernel.
The default answers will enable the tools from this package to work with the most common protocols such as TCP, PPP and a bunch of others. You still need to actually enable these protocols in the kernel. What you do here is merely telling the programs to be able to use those protocols but it's up to the kernel to make it available to the system.
comment:6 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Added these paragraphs to the book:
If you want to accept all the default answers, you can run these commands instead:
yes "" | make && make update
If you don't know what to answer to all the questions asked during the <userinput>make</userinput> phase, then just accept the default. It'll be just in fine in the majority of the cases.