Use a sudo loop to avoid sudo timeouts
When starting a big build process in the background I want to enter my (sudo) password once at the beginning and then not have to worry about sudo timing out because a build lasted longer than X minutes and sudo wasn't called in these X minutes (to extend the timeout).
pmbootstrap could use a loop in the background calling sudo -v
and then sleeping for some time before calling sudo -v
again.