log

age author description
Sat, 17 Sep 2011 23:08:29 -0500 Rob Landley Gratuitously breaking the build on big endian mips, when there are no obvious endianness issues, makes no sense.
Sat, 17 Sep 2011 00:53:33 -0500 Rob Landley The perl build is crazy, and if you have a /bin/mips it tries to run it to see if it's building on an obsolete OS called "mips" rather than Linux. Except that util-linux-ng does a mips alias for setarch, which runs /bin/sh by default if given no arguments, which sits there awaiting input, and the build hangs. Fix: feed it /dev/null.
Sun, 21 Aug 2011 22:12:02 -0500 Rob Landley Make a simple web page for the control images.
Wed, 06 Jul 2011 07:50:06 -0500 Rob Landley Add "all" target to build.sh
Wed, 06 Jul 2011 07:49:49 -0500 Rob Landley Ahem, use a variant of the upstream dropbear patch with -p1 paths.
Tue, 05 Jul 2011 04:58:44 -0500 Rob Landley Convert builds to use the new layout.
Tue, 05 Jul 2011 04:57:29 -0500 Rob Landley Add .hgignore file.
Sun, 03 Jul 2011 17:23:26 -0500 Rob Landley Start by copying the existing control image building infrastructure from Aboriginal Linux, and shuffling the layout around a bit.