log

age author description
Sat, 08 May 2010 01:01:24 -0500 Rob Landley Overwrite dev-environment.sh, don't append. (Now that it's got rebuild support, running it twice doesn't delete system-image dir between runs.)
Sat, 08 May 2010 01:00:01 -0500 Rob Landley Don't overwrite existing files when collating root filesystem and native compiler. (It lobomizes busybox due to "strings" and such.)
Thu, 06 May 2010 00:06:30 -0500 Rob Landley Take RW system image out of buildall.sh default. Distributing two types of prebuilt system images would be more confusing than helpful, and the gentoo-stage1.sh script provides an example showing how to copy the root filesystem into a writeable chroot.
Thu, 06 May 2010 00:04:27 -0500 Rob Landley Try again: extract native compiler into usr, not into /.
Wed, 05 May 2010 22:57:05 -0500 Rob Landley Minor cleanup, collate the === announce lines.
Wed, 05 May 2010 22:28:47 -0500 Rob Landley Bugfix: don't cleanup kernel if we skipped setupfor.
Wed, 05 May 2010 22:27:14 -0500 Rob Landley Save the uClibc and linux .config files in the native toolchain, and install them with the rest of the native toolchain. Don't bother extracting and configuring the kernel if we don't need to.
Wed, 05 May 2010 22:15:58 -0500 Rob Landley Install native compiler into the right directory.
Wed, 05 May 2010 22:15:24 -0500 Rob Landley More updates to README files.
Wed, 05 May 2010 22:14:47 -0500 Rob Landley Don't have root-filesystem.sh suck in the native-compiler.sh output, have build.sh collate those instead before calling system-image.sh. (That way the root-filesystem.sh tarball does't include the native compiler output.)
Wed, 05 May 2010 21:13:04 -0500 Rob Landley Comment/documentation updates.
Wed, 05 May 2010 20:09:31 -0500 Rob Landley Sigh. Put mklfs.sh in the right directory.
Tue, 04 May 2010 22:12:15 -0500 Rob Landley Safety catch until the script is converted.
Tue, 04 May 2010 22:11:34 -0500 Rob Landley The mklfs script should be turned into an hdc build.
Tue, 04 May 2010 01:54:12 -0500 Rob Landley First chunk of porting Gentoo From Scratch to an hdc build. (Much more to go.)
Tue, 04 May 2010 00:49:14 -0500 Rob Landley Only rebuild kernel when we need to.
Tue, 04 May 2010 00:48:08 -0500 Rob Landley Delete the right temp file, and don't set ARCH when HOST already has the right value.
Mon, 03 May 2010 09:08:27 -0500 Rob Landley Updates to init.sh: only mount tmpfs on /home if / isn't writeable, and use /proc/cmdline instead of grepping dmesg to get console info.
Mon, 03 May 2010 09:06:32 -0500 Rob Landley Kernel config for aranym m68k emlator, from Charles Stevens.
Mon, 03 May 2010 09:05:35 -0500 Rob Landley Update hello world example native build.
Mon, 03 May 2010 09:04:47 -0500 Rob Landley Update mirror list for new subdomain names.
Sun, 02 May 2010 17:15:06 -0500 Rob Landley Update lots and lots of web pages for the project name change to Aboriginal Linux.
Sun, 02 May 2010 16:16:51 -0500 Rob Landley Add a symlink to the www/README file from the top level.
Sun, 02 May 2010 16:16:11 -0500 Rob Landley Move README into the www directory, where it can be linked from the the website.
Sun, 02 May 2010 16:15:08 -0500 Rob Landley Significant rewrite of README, more complete, up to date, and using the new name "Aboriginal Linux" for the project.
Sat, 01 May 2010 14:15:53 -0500 Rob Landley More documentation for miniconfig.sh.
Sat, 01 May 2010 01:00:26 -0500 Rob Landley Add BUILD_RW_SYSTEM_IMAGE=1 config option to build 2 gig writeable HDA (new stage named rw-system-image-$ARCH).
Sat, 01 May 2010 00:58:02 -0500 Rob Landley Fix one more place timeout.sh moved.
Sat, 01 May 2010 00:56:44 -0500 Rob Landley Reduce native-build.sh reliance on run-from-build.sh.
Fri, 30 Apr 2010 09:07:36 -0500 Rob Landley Fix the workaround for Ubuntu's newly overcomplicated host toolchain to put the new symlink in the right directory.