We used to have two different code paths for generating release media dist sets, one which required running as root, and one which did not. It was possible that the two different paths could generate different results.
We can use the path that does not *require* root even if running as root, so use it always. We'll want to do similar for all release targets, but these ones are an easy place to start.