]> git.sur5r.net Git - bacula/rescue/blob - rescue/linux/cdrom/yaird-0.0.5/NEWS
Initial revision
[bacula/rescue] / rescue / linux / cdrom / yaird-0.0.5 / NEWS
1 Version 0.0.5, 2005-03-21
2      * change installation directory from /usr/local/share/yaird/
3        to /usr/local/lib/yaird/, since there are executables included now.
4      * add run_init: executable to make the move to the real root
5        device in initramfs context.
6      * README: new section on (optional) use of klibc,
7        new section on replacing mkinitrd during kernel install.
8      * more reliable shared library detection: works with glibc and
9        klibc; if other C libraries use shared libraries, an error
10        message results.
11      * adapt Debian template to use initramfs rather than initrd.
12        The old initrd template is available as Debian-initrd.
13      * add command line option --root=/dev/hdb, to simplify testing.
14      * allow template to see requested kernel version,
15        and to copy a complete tree to the image.  This makes it
16        possible to put /lib/modules/2.6.10-smp on the image and do hotplug.
17      * Documentation: writeup on initramfs, notes on shared libraries.
18
19 Version 0.0.4, 2005-02-23
20      * Process kernel command line options: init=, ro, rw.
21      * Boot into single user mode supported
22      * Support modules outside /lib/modules
23      * Support modules with extension other than .ko
24      * Warn about duplicates in modules.dep
25      * Generated image now waits for device to become visible in /sys,
26        and gives error message if it doesn't
27      * Support 2.6.10 sysfs layout: SCSI now has a
28        new subdirectory 'target'.
29      * Warn about unrecognised paths in /sys
30      * Allow empty lines in /etc/fstab.
31      * Empty lines in /etc/fstab are valid.
32        (Patch Goffredo Baroncelli)
33
34 Version 0.0.3, 2005-02-16
35      * First public release.