add new step

This commit is contained in:
belliash 2012-01-23 12:46:46 +01:00
부모 5e573e339a
커밋 251e311482
1개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -91,11 +91,17 @@ if [ ${DISPATCH_STAGE} -eq 2 ]; then
dispatchProgress 3
fi
# Begin stage #3
if [ ${DISPATCH_STAGE} -eq 3 ]; then
einfo "Dispatching system..."
emerge -1 --nodeps baselayout &> /dev/null || die "Unable to emerge baselayout!" 3
emerge -1 --nodeps openrc &> /dev/null || die "Unable to emerge openrc!" 3
dispatchProgress 4
fi
# Begin stage #4
if [ ${DISPATCH_STAGE} -eq 4 ]; then
einfo "Cleaning up..."
rm -rf /tmp/regen2-dispatch
einfo "All done!"
sleep 5
einfo "Enjoy reGen2!"
fi