On Thu, Apr 11, 2013 at 10:09 AM, W. Trevor King <[email protected]> wrote: > In order to avoid problems like this, it's probably a > good idea to remove all the cached stuff with something like [1]: > > $ rm -rf --one-file-system /var/tmp/catalyst/{kerncache,packages,tmp} > > before building your stage1.
Not sure this is the way to go. I'll have to think through the implications. Consider your stage1 build dies with some stupid tree breakage that you can fix in your portage snapshot and restart the stage build. This is going to cause your stage to rebuild everything. Wouldn't disabling the use of binary packages during the seed stage update fix this?
