On Mon, Mar 25, 2013 at 8:49 AM, Tobias Klausmann <klaus...@gentoo.org> wrote: > Thing is that SRCD does a lot more things than our mini ISO does. > As a result, keeping it going on half a dozen architectures is > more work than maintaining our arguably very simple images. There > is a reason why we abandoned making the "fat" install images a > while back and now only do them as one-offs for special events > (like the 10y anniversary).
Tend to agree. To install Gentoo you really just need a shell, the ability to partition and create filesystems, some basic networking (even that is somewhat optional), and a text editor. Sure, a browser and such is a real nice-to-have, as would be something nicer than nano, but you really don't need them to install Gentoo. You really don't need much more than a kernel and busybox to be honest. There is no reason that we have to use the same install media on all arch's, though it does simplify the docs. It also isn't that important to update the install media so quickly. If we just kept an archive of our old autobuilds when they break we could just leave the last known good copy up until things are straightened out. I'd put more priority on up-to-date stage3s. It is a real pain if you're doing an install and the first thing you're doing is updating udev and migrating to kmod, or whatever and having to deal with eselect news. Users should at least get to use the system for 5 minutes before dealing with that stuff, especially if a few big changes have queued up... Rich