log

age author description
Sat, 18 Jul 2015 01:39:24 -0500 Rob Landley Yank reliance on ash. draft default tip
Wed, 25 Feb 2015 00:44:24 -0600 Rob Landley Copy to chroot if / read-only _or_ if /home has more space. draft
Sat, 27 Dec 2014 15:09:06 -0600 Rob Landley Update strace and dropbear. draft
Fri, 25 Apr 2014 06:29:09 -0500 Rob Landley Update dropbear. draft
Sat, 19 Oct 2013 00:25:56 -0500 Rob Landley Update dropbear. draft
Sat, 17 Aug 2013 23:03:21 -0500 Rob Landley Update dropbear, strace, and zlib versions.
Sat, 23 Mar 2013 20:00:26 -0500 Rob Landley cosmetic tweak.
Fri, 22 Mar 2013 22:54:03 -0500 Rob Landley Add command recording ability (via record-commands wrapper).
Thu, 01 Nov 2012 16:57:15 -0500 Rob Landley Check for a bug that keeps hitting me when I forget to set $PATH. :)
Sun, 10 Jun 2012 21:10:30 -0500 Rob Landley Bad cut-and-paste: strace only ships xz tarballs now, not bz2.
Sun, 10 Jun 2012 20:44:14 -0500 Rob Landley Upgrade to strace 4.7
Sun, 10 Jun 2012 20:30:25 -0500 Rob Landley The zlib developers remove each old version as the new one as released, to discourage people from using it (I.E. zlib). Remind me to copy the mirroring architecture into the control image shared infrastructure.
Sun, 10 Jun 2012 20:25:48 -0500 Rob Landley Remove commands that incompetent install scripts overwrite, thus corrupting the busybox/toybox binary.
Thu, 19 Apr 2012 00:14:51 -0500 Rob Landley Fluff up web page.
Thu, 19 Apr 2012 00:14:35 -0500 Rob Landley Build less stale dropbear.
Thu, 19 Apr 2012 00:13:11 -0500 Rob Landley Now that Aboriginal Linux doesn't include a defconfig busybox, build one to test.
Thu, 19 Apr 2012 00:10:54 -0500 Rob Landley Fixes for uClibc 0.9.33.1.
Sat, 14 Jan 2012 11:41:52 -0600 Rob Landley Remove another generated file shipped by zlib.
Tue, 27 Dec 2011 08:49:05 -0600 Rob Landley Remove another generated file shipped by zlib, so we don't depend on the weird non-posix busybox cp mode.
Sun, 13 Nov 2011 21:00:58 -0600 Rob Landley Upgrade dropbear.
Sun, 06 Nov 2011 21:08:49 -0600 Rob Landley Fix a couple problems with the util-linux build.
Sun, 06 Nov 2011 09:27:37 -0600 Rob Landley The installed files should be world readable.
Wed, 02 Nov 2011 00:47:41 -0500 Rob Landley Apparently hg export/import don't properly support replacing a file with a symlink to another file, instead you get a file containing the symlink destination as text. Fix that.
Sun, 30 Oct 2011 22:27:54 -0500 Rob Landley Add X of Y progress indicator.
Sun, 30 Oct 2011 17:58:45 -0500 Rob Landley Upgrade lfs-bootstrap from 6.7 to Linux From Scratch 6.8.
Sun, 30 Oct 2011 17:58:22 -0500 Rob Landley Fix to previous commit: allow build.sh to run a build without a symlink to common/builder.sh
Sun, 30 Oct 2011 13:31:10 -0500 Rob Landley Instead of symlinking build.sh with a brittle relative path, just call common/builder.sh when an image has no build.sh.
Sat, 29 Oct 2011 12:45:32 -0500 Rob Landley Resync download_functions.sh with aboriginal. (Makes ALLOW_PATCH_FAILURE work, among other things.)
Sat, 29 Oct 2011 12:42:27 -0500 Rob Landley Typo preventing shell script from reliably using bash.
Sat, 29 Oct 2011 12:41:37 -0500 Rob Landley Dropbear should allow you to login via public/private key even when user has not password.
Sun, 02 Oct 2011 23:29:25 -0500 Rob Landley Added tag 1.1.0 for changeset 242a1e03ce15
Sun, 18 Sep 2011 18:03:47 -0500 Rob Landley Move repeated wrapper code into top level build.sh. 1.1.0
Sun, 18 Sep 2011 17:58:55 -0500 Rob Landley The udev package is extremely kernel version specific, and won't build under 3.0. Just skip it for now.
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.