Can I stop a Gentoo "emerge world" to add a feature or use flag I forgot? If so, how much pain am I in for, and what steps would you recommend for safely getting the system back on its feet?
Thanks.
feedback
|
|
It is perfectly safe... but, when you change global USE flags. You may as well run a When that is finished, it is also often a good idea to do a Finally, when all this is done, you can optionally do a | |||
|
feedback
|
|
yes, you can stop an emerge with Ctrl+C at anytime. if emerge is on the compile phase, there's no problem, "make" and "make install" run in a separate directory. but if emerge is on the final "installing..." phase, when it copies the installed files to the system, some of the files may have been already merged, and that may cause an inconsistency; but if you're going to change the USE flags and reemerge the package, that's fine too. so, in summary, you can stop an "emerge world" anytime, it won't mess up with your system. | |||
|
feedback
|
|
You can run | |||
|
feedback
|