2.6.10: - Patch for 2.6.10 submitted by Ian McDonnel. Thanks! Be aware that this patch doesn't support uncompressed images. 2.4.24, 2.4.26: - Nothing exciting, just kernel version tracking. 2.4.22: - Track kernel version, fixed some comments. - Fixed tar_error (__initdata instead of __init). - More __initdata declarations - Made tar_write() accept writes with sizes other than multiples of TARBLOCKSIZE (bzip2 requires this). - Added a version of the patch that applies to Christian Ludwig's bzip2 patch. - Looked at 2.6.0 (They've cleaned up *nothing*! The new cpio extraction is loony, it needs dynamic allocated hashtable entries for hard links. I'm really upset!). Time to switch to BSD or to write some really evil patch against 2.6.0, finally removing all that ROOT_NFS, DHCP, /linuxrc, change the floppy-crap. 2.4.19: - Track kernel version, some cleanups (thanks to David L. Parsley) 2.4.17: - Track current kernel version - Undo the split into two patch files 2.4.16: - Remove patch of Makefile/EXTRAVERSION (people should change this by theirselves - Split up into two patch files (tested i386 and untested for other platforms) 2.4.13: mk4: - Fix file permissions of inittar (set umask to 000 before extraction) - Prefix the config variables *RD_LOADER with CONFIG_ - Coding style (tabs, braces, ...) mk3: - Make /prov/sys/kernel/real-root-dev available even if CONFIG_TMPFS_INITTAR but not CONFIG_BLK_DEV_INITRD. [Note that this will vanish together with the kernel's idea of root=... in the great cleanup version]