Changelog for
mkinitrd-3.4.43-6tr.i586.rpm :
Thu Jul 10 12:00:00 2003 Erlend Midttun
3.4.43-6tr
- Added ttyS0-3.
Wed Jun 18 12:00:00 2003 Erlend Midttun 3.4.43-5tr
- Big rebuild
Wed May 28 12:00:00 2003 Erlend Midttun 3.4.43-4em
- Now actually use the insmod we compiled.
Mon May 26 12:00:00 2003 Erlend Midttun 3.4.43-3em
- fileutils, sh-utils, textutils -> coreutils.
Tue May 6 12:00:00 2003 Erlend Midttun 3.4.43-2em
- Try without the Mandrake patch.
Wed Apr 9 12:00:00 2003 Erlend Midttun 3.4.43-1em
- New upstream.
- Added patch from Mandrake to take care of module dependencies.
Mon Mar 24 11:00:00 2003 Erlend Midttun 3.3.10-6em
- Rebuilt against glibc 2.3.2.
Mon Jan 13 11:00:00 2003 Erlend Midttun 3.3.10-5em
- mknod the raid bootup device.
Mon Dec 9 11:00:00 2002 Erlend Midttun 3.3.10-4em
- Make it say Trustix when used to add a new boot option.
Thu Jul 18 12:00:00 2002 Roland Kruse
- Requires: dev
Mon Jun 3 12:00:00 2002 Gerald Dachs
- New version is need by the 2.4.x kernels,
uses the pivot_root system call to change / from
initrd to real /.
Tue Jun 12 12:00:00 2001 Erlend Midttun
- New upstream version.
- Now requires a few more, including mktemp -d.
Mon Jan 24 11:00:00 2000 Tore Olsen
- moved /usr/man to /usr/share/man for FHS compliance
Wed Sep 22 12:00:00 1999 Michael K. Johnson
- fix cleanup (blush!)
Tue Sep 21 12:00:00 1999 Michael K. Johnson
- now works when /usr is not mounted (do not rely on /usr/bin/install)
- slight cleanups, better usage message
Thu Jul 29 12:00:00 1999 Michael K. Johnson
- Now automatically includes necessary raid modules
- --omit-raid-modules now omits raid modules
- tiny doc updates
Thu Jul 29 12:00:00 1999 Bill Nottingham
- updates from bugzila (#4243, #4244)
Sat Mar 27 11:00:00 1999 Matt Wilson
- --omit-scsi-modules now omits all scsi modules
- updated documentation
- mkinitrd now grabs scsi_hostadapter modules from anywhere -
some RAID controller modules live in block/
Thu Feb 25 11:00:00 1999 Matt Wilson
- updated description
Mon Jan 11 11:00:00 1999 Matt Wilson
- Ignore the absence of scsi modules, include them if they are there, but
don\'t complain if they are not.
- changed --no-scsi-modules to --omit-scsi-modules (as it should have been)
Thu Nov 5 11:00:00 1998 Jeff Johnson
- import from ultrapenguin 1.1.
Tue Oct 20 12:00:00 1998 Jakub Jelinek
- fix for combined sparc/sparc64 insmod, also pluto module is really
fc4:soc:pluto and we don\'t look at deps, so special case it.
Sat Aug 29 12:00:00 1998 Erik Troan
- replaced --needs-scsi-mods (which is now the default) with
--omit-scsi-mods
Fri Aug 7 12:00:00 1998 Jeff Johnson
- correct obscure regex/shell interaction (hardwires tabs on line 232)
Mon Jan 12 11:00:00 1998 Erik Troan
- added \'make archive\' rule to Makefile
- rewrote install procedure for more robust version handling
- be smarter about grabbing options from /etc/conf.modules
Mon Oct 20 12:00:00 1997 Erik Troan
- made it use /bin/ash.static
Wed Apr 16 12:00:00 1997 Erik Troan
- Only use \'-s\' to install binaries if /usr/bin/strip is present.
- Use an image size of 2500 if binaries can\'t be stripped (1500 otherwise)
- Don\'t use \"mount -o loop\" anymore -- losetup the proper devices manually
- Requires losetup, e2fsprogs
Wed Mar 12 11:00:00 1997 Michael K. Johnson
- Fixed a bug in parsing options.
- Changed to use a build tree, then copy the finished tree into the
image after it is built.
- Added patches derived from ones written by Christian Hechelmann which
add an option to put the kernel version number at the end of the module
name and use install -s to strip binaries on the fly.