Avoiding infinite loops seems reasonable
This commit is contained in:
parent
23769585dc
commit
97fd3e77ea
|
@ -55,7 +55,6 @@ main_install_gentoo_in_chroot() {
|
|||
|
||||
einfo "Selecting portage mirrors"
|
||||
# TODO mirrorselect
|
||||
# TODO custom gentoo.conf for /var/db/repos ???
|
||||
# TODO gpg portage sync
|
||||
# TODO additional binary repos
|
||||
# TODO safe dns settings (claranet)
|
||||
|
|
|
@ -104,6 +104,8 @@ try() {
|
|||
esac
|
||||
done
|
||||
fi
|
||||
|
||||
return
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue