Version 0.0.5, 2005-03-21 * change installation directory from /usr/local/share/yaird/ to /usr/local/lib/yaird/, since there are executables included now. * add run_init: executable to make the move to the real root device in initramfs context. * README: new section on (optional) use of klibc, new section on replacing mkinitrd during kernel install. * more reliable shared library detection: works with glibc and klibc; if other C libraries use shared libraries, an error message results. * adapt Debian template to use initramfs rather than initrd. The old initrd template is available as Debian-initrd. * add command line option --root=/dev/hdb, to simplify testing. * allow template to see requested kernel version, and to copy a complete tree to the image. This makes it possible to put /lib/modules/2.6.10-smp on the image and do hotplug. * Documentation: writeup on initramfs, notes on shared libraries. Version 0.0.4, 2005-02-23 * Process kernel command line options: init=, ro, rw. * Boot into single user mode supported * Support modules outside /lib/modules * Support modules with extension other than .ko * Warn about duplicates in modules.dep * Generated image now waits for device to become visible in /sys, and gives error message if it doesn't * Support 2.6.10 sysfs layout: SCSI now has a new subdirectory 'target'. * Warn about unrecognised paths in /sys * Allow empty lines in /etc/fstab. * Empty lines in /etc/fstab are valid. (Patch Goffredo Baroncelli) Version 0.0.3, 2005-02-16 * First public release.