Changelog for
mkinitrd-2.5-1.i386.rpm :
Sun Aug 6 00:00:00 2000 Erik Troan
- changes from Keith Owens for 2.4
Wed Jul 5 00:00:00 2000 Matt Wilson
- build on alpha
Tue Jun 27 00:00:00 2000 Bill Nottingham
- ignore \'unknown\' aliases (they shouldn\'t be there anyways)
Fri Jun 2 00:00:00 2000 Bill Nottingham
- build on ia64
- bump up initrd size on ia64
- modules.confiscation, /usr/man -> /usr/share/man
Wed May 3 00:00:00 2000 Nalin Dahyabhai
- make RPM pick up man page, regardless of compression
Tue Feb 29 23:00:00 2000 Matt Wilson
- add requirement for /sbin/losetup
Mon Feb 7 23:00:00 2000 Matt Wilson
- gzip manpage
Thu Feb 3 23:00:00 2000 Matt Wilson
- gzip manpage
Mon Jan 10 23:00:00 2000 Erik Troan
- use sash, not ash
Mon Jan 3 23:00:00 2000 Matt Wilson
- use ash.static for /bin/sh, not sash
Sat Jan 1 23:00:00 2000 Erik Troan
- configure loopback devices
Wed Sep 29 00:00:00 1999 Bill Nottingham
- sparc fixup from jakub
Thu Sep 23 00:00:00 1999 Michael K. Johnson
- fix cleanup (blush!)
Wed Sep 22 00: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
Fri Jul 30 00:00:00 1999 Michael K. Johnson
- Now automatically includes necessary raid modules
- --omit-raid-modules now omits raid modules
- tiny doc updates
Fri Jul 30 00:00:00 1999 Bill Nottingham
- updates from bugzila (#4243, #4244)
Sat Mar 27 23: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 23:00:00 1999 Matt Wilson
- updated description
Mon Jan 11 23: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 23:00:00 1998 Jeff Johnson
- import from ultrapenguin 1.1.
Wed Oct 21 00: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.
Sun Aug 30 00:00:00 1998 Erik Troan
- replaced --needs-scsi-mods (which is now the default) with
--omit-scsi-mods
Sat Aug 8 00:00:00 1998 Jeff Johnson
- correct obscure regex/shell interaction (hardwires tabs on line 232)
Mon Jan 12 23: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
Tue Oct 21 00:00:00 1997 Erik Troan
- made it use /bin/ash.static
Thu Apr 17 00: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 23: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.