|
|
setup_portage(){ | setup_portage(){ |
# portage needs to be merged manually with USE="build" set to avoid frying | # portage needs to be merged manually with USE="build" set to avoid frying |
# our make.conf. emerge system could merge it otherwise. | # our make.conf. emerge system could merge it otherwise. |
if [ "${clst_AUTORESUME}" = "1" -a -e /tmp/.clst_portage ] |
# if [ "${clst_AUTORESUME}" = "1" -a -e /tmp/.clst_portage ] |
then |
# then |
echo "Portage Autoresume point found not emerging portage" |
# echo "Portage Autoresume point found not emerging portage" |
else |
# else |
USE="build" run_emerge --oneshot --nodeps portage | USE="build" run_emerge --oneshot --nodeps portage |
touch /tmp/.clst_portage || exit 1 |
# touch /tmp/.clst_portage || exit 1 |
fi |
# fi |
} | } |
| |
setup_gcc(){ | setup_gcc(){ |