Page Actions
Wiki Actions
User Actions
Submit This Story

Gentoo之升级强迫症

作为一个Gentoo Linux桌面用户,强迫症是难免的…

# cat .bashrc
alias measyncall="emerge --sync && layman -S && eix-update && emerge -uptDN world"
alias meaesys="emerge -uDN system || until emerge --resume --skipfirst; do emerge --resume --skipfirst; done"
alias meaeworld="emerge -uDN world || until emerge --resume --skipfirst; do emerge --resume --skipfirst; done"

用循环而不用–keep-going, 纯粹为了能够以CTRL+C跳过不想emerge的包包和他们的依赖。

强迫症的由来很简单:升级越频繁,Block越少…

Discussion

Enter your comment
 
 
blog/2008/5/gentoo之升级强迫症.txt · Last modified: 2008/05/01 00:00 (external edit)     Back to top
Recent changes RSS feed Creative Commons License Powered by PHP Driven by DokuWiki