log root-image.sh @ 1725:c0c2e67782be draft

age author description
Wed, 03 Jul 2013 22:51:41 -0500 Rob Landley Move image creation logic into sources/functions.sh so we can create cpio and squashfs in the same build.
Tue, 23 Apr 2013 19:09:35 -0500 Rob Landley Create temporary file in the right directory.
Sun, 17 Feb 2013 22:25:00 -0600 Rob Landley Lots of small improvements: check for toybox instead of busybox for host-tools $PATH adjustment, better manifest generation (with toybox in list), make package_cache function to find extracted source (so root-image.sh works when packages contains linux-git snapshot), fix more/record-commands.sh path adjustment.
Thu, 20 Oct 2011 02:03:48 -0500 Rob Landley Oops, the SYSIMAGE_TYPE=ext2 SYSIMAGE_HDA_MEGS stuff never quite got completed when root-image was split out from system-image. Make that work.
Mon, 27 Jun 2011 06:40:25 -0500 Rob Landley Add base_architecture, make base architectures and extra targets work, and move i586 virtio stuff to new i686-kvm target.
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.
Fri, 10 Jun 2011 21:05:58 -0500 Rob Landley Fix initramfs packaging (never fixed gen_init_cpio.c into sources/toys, best to use the copy out of the Linux source anyway).
Mon, 18 Apr 2011 18:41:04 -0500 Rob Landley Split up system-image.sh into root-image.sh, linux-kernel.sh, and system-image.sh. Rename CROSS_HOST_ARCH to CROSS_COMPILER_HOST.