SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for mkinitrd-4.2.15-14tr.i586.rpm :
Mon Feb 26 13:00:00 2007 Nived Gopalan
- Rebuilt

Wed Jan 31 13:00:00 2007 Bipin S 4.2.15-13tr
- Removed scsimodules=\"ata_piix\" from mkinitrd.

Fri Jan 19 13:00:00 2007 Bipin S 4.2.15-12tr
- patched for adding ide-disk module.

Tue Jan 9 13:00:00 2007 Bipin S 4.2.15-11tr
- Load modules in the right order.

Thu Dec 7 13:00:00 2006 Bipin S 4.2.15-10tr
- raid5 is now raid456.

Thu Nov 23 13:00:00 2006 Bipin S 4.2.15-9tr
- initrd now includes more modules.

Thu Sep 7 14:00:00 2006 Bipin S 4.2.15-7tr
- Patched to fix upgrades from tsl-3.0 to tsl-3.0.5.

Fri Aug 4 14:00:00 2006 Bipin S 4.2.15-6tr
- patched for adding piix module.

Wed Feb 8 13:00:00 2006 Ajith Thampi 4.2.15-5tr
- a temp patch -removable

Tue Jan 24 13:00:00 2006 Ajith Thampi 4.2.15-3tr
- removed patches to insmod

Wed Jan 18 13:00:00 2006 Ajith Thampi 4.2.15-2tr
- Provides nash

Fri Dec 17 13:00:00 2004 Erlend Midttun 3.4.43-13tr
- Now use insmod.static.old.

Thu Dec 2 13:00:00 2004 Oystein Viggen 3.4.43-12tr
- ata_piix depends on libata

Mon Nov 1 13:00:00 2004 Oystein Viggen 3.4.43-11tr
- Patch for sata support

Fri Feb 27 13:00:00 2004 Erlend Midttun 3.4.43-9tr
- Added CC to get no-stack-protector going.

Fri Jan 30 13:00:00 2004 Oystein Viggen 3.4.43-8tr
- Won\'t build with stack protection

Mon Dec 15 13:00:00 2003 Erlend Midttun 3.4.43-7tr
- Rebuilt.

Thu Jul 10 14:00:00 2003 Erlend Midttun 3.4.43-6tr
- Added ttyS0-3.

Wed Jun 18 14:00:00 2003 Erlend Midttun 3.4.43-5tr
- Big rebuild

Wed May 28 14:00:00 2003 Erlend Midttun 3.4.43-4em
- Now actually use the insmod we compiled.

Mon May 26 14:00:00 2003 Erlend Midttun 3.4.43-3em
- fileutils, sh-utils, textutils -> coreutils.

Tue May 6 14:00:00 2003 Erlend Midttun 3.4.43-2em
- Try without the Mandrake patch.

Wed Apr 9 14:00:00 2003 Erlend Midttun 3.4.43-1em
- New upstream.
- Added patch from Mandrake to take care of module dependencies.

Mon Mar 24 13:00:00 2003 Erlend Midttun 3.3.10-6em
- Rebuilt against glibc 2.3.2.

Mon Jan 13 13:00:00 2003 Erlend Midttun 3.3.10-5em
- mknod the raid bootup device.

Mon Dec 9 13:00:00 2002 Erlend Midttun 3.3.10-4em
- Make it say Trustix when used to add a new boot option.

Thu Jul 18 14:00:00 2002 Roland Kruse
- Requires: dev

Mon Jun 3 14: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 14:00:00 2001 Erlend Midttun
- New upstream version.
- Now requires a few more, including mktemp -d.

Mon Jan 24 13:00:00 2000 Tore Olsen
- moved /usr/man to /usr/share/man for FHS compliance

Wed Sep 22 14:00:00 1999 Michael K. Johnson
- fix cleanup (blush!)

Tue Sep 21 14: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 14: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 14:00:00 1999 Bill Nottingham
- updates from bugzila (#4243, #4244)

Sat Mar 27 13: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 13:00:00 1999 Matt Wilson
- updated description

Mon Jan 11 13: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 13:00:00 1998 Jeff Johnson
- import from ultrapenguin 1.1.

Tue Oct 20 14: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 14:00:00 1998 Erik Troan
- replaced --needs-scsi-mods (which is now the default) with
--omit-scsi-mods

Fri Aug 7 14:00:00 1998 Jeff Johnson
- correct obscure regex/shell interaction (hardwires tabs on line 232)

Mon Jan 12 13: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 14:00:00 1997 Erik Troan
- made it use /bin/ash.static

Wed Apr 16 14: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 13: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.


 
ICM