Este commit está contenido en:
belliash 2012-01-23 12:46:46 +01:00
padre 5e573e339a
commit 251e311482
Se han modificado 1 ficheros con 8 adiciones y 2 borrados

Ver fichero

@ -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