log simple-root-filesystem.sh @ 1727:45c936d93711 draft

age author description
Sun, 11 Jan 2015 12:01:30 -0600 Rob Landley Drop ROOT_NODIRS, it's not worth the complexity to support both layouts. draft
Mon, 24 Nov 2014 14:25:57 -0600 Rob Landley Build the compiler wrapper static if possible, and only copy libraries into the simple-root-filesystem if we need them. draft
Sun, 17 Aug 2014 18:12:50 -0500 Rob Landley Move hello.c into /src in the root filesystem so the instructions in the README to try building it aren't wrong.
Thu, 06 Sep 2012 05:11:25 -0500 Rob Landley Make busybox build by default, switch override knob to BUSYBOX=1 to use defconfig busybox, always use toybox for oneit, cleanup/fix record-commands logic.
Wed, 21 Mar 2012 17:48:10 -0500 Rob Landley Leave STAGE_DIR alone and add STAGE_USR instead.
Sun, 01 Jan 2012 05:04:32 -0600 Rob Landley Add ability to build toybox.
Tue, 06 Dec 2011 21:29:16 -0600 Rob Landley Add record-commands wrapper and plumbing to target image, so you can record-commands /mnt/init in a native build.
Sun, 26 Jun 2011 17:44:02 -0500 Rob Landley Replace read_arch_dir with load_target, which understands that sources/targets/$TARGET can be a file or a directory.
Sun, 22 May 2011 04:18:30 -0500 Rob Landley Combine set_titlebar and "echo ===" stuff into announce() function. Consistently output target/stage info, and yank redundant instances.
Fri, 22 Oct 2010 18:31:51 -0500 Rob Landley Provide a mount point for root user's home directory.
Sun, 12 Sep 2010 18:05:42 -0500 Rob Landley Milton Miller pointed out that tar | tar doesn't need gzip. :)
Fri, 10 Sep 2010 12:52:37 -0500 Rob Landley Typo fix for previous commit.
Fri, 10 Sep 2010 12:21:46 -0500 Rob Landley Fix overlay support: copy to original STAGE_DIR (not into usr/) and use tar | tar instead of cp -a (which barfs copying dir/file to a destination where dir symlink).
Wed, 01 Sep 2010 00:58:00 -0500 Rob Landley When BUILD_STATIC=all that inclues oneit.
Tue, 24 Aug 2010 03:08:47 -0500 Rob Landley Remove toybox.
Mon, 23 Aug 2010 00:25:07 -0500 Rob Landley Add new "/src/host-info" file to target, with CROSS_TARGET and KARCH values.
Fri, 13 Aug 2010 17:19:28 -0500 Rob Landley Ahem. Change the user of sources/native-root to sources/root-filesystem.
Sun, 08 Aug 2010 21:01:41 -0500 Rob Landley Polish the strip logic a bit.
Mon, 26 Jul 2010 00:06:58 -0500 Rob Landley Yank toybox from simple-root-filesystem. (Still need it for patch in host-tools.sh)
Fri, 02 Jul 2010 12:58:41 -0500 Rob Landley Add SIMPLE_ROOT_OVERLAY.
Wed, 23 Jun 2010 13:30:50 -0500 Rob Landley If there is anything in man, cp -a won't follow a symlink on the target, it'll instead complain it can't replace a non-directory with a directory. Right, this micro-optimization's not worth the hassle...
Tue, 22 Jun 2010 17:52:27 -0500 Rob Landley Fix a dangling symlink that confuses root-filesystem.sh, and add some comments.
Sun, 20 Jun 2010 20:32:59 -0500 Rob Landley Migrate oneit out of toybox into sources/toys as a standalone program, and fix it so pid 1 has / as its working directory so we can umount /home if necessary.
Sat, 19 Jun 2010 16:44:49 -0500 Rob Landley Lots of comment updates. Add a NO_HOST_TOOLS=1 config option, and a few "time" calls to stages that didn't have them. Put native-compiler.sh after root-filesystem.sh in build so it's slightly easier to document.
Wed, 16 Jun 2010 08:11:51 -0500 Rob Landley Break out simple-root-filesystem.sh and root-filesystem.sh (adding native-compiler.sh output), and use NO_NATIVE_COMPILER to determine which to use. Rename STATIC_CC_HOST to CROSS_HOST_ARCH. base root-filesystem.sh@827f30a71e77