|
发表于 2005-4-6 10:25:48
|
显示全部楼层
我也顺便问一个问题,就是 emerge -e system 能够完成 bootstrap.sh 应该做的工作吗?re-bootstrap 的过程可以被 Ctrl-C 中断,然后继续吗?(我是被这个吓住了:- if [ ${BOOTSTRAP_STAGE} -ge 3 ] ; then
- echo
- einfo "System has been bootstrapped already!"
- einfo "If you re-bootstrap the system, you must complete the entire bootstrap process"
- einfo "otherwise you will have a broken system."
- einfo "Press enter to continue or CTRL+C to abort ..."
- read
- set_bootstrap_stage 1
- elif [ ${BOOTSTRAP_STAGE} -gt 1 ] ; then
- einfo "Resuming bootstrap at internal stage #${BOOTSTRAP_STAGE} ..."
- RESUME=1
- fi
复制代码 ) |
|