SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for mkinitrd-4.2.17-6mdk.i586.rpm :
Thu Sep 15 12:00:00 2005 Pixel 4.2.17-6mdk
- fix nash\'s mkdevices to create /dev/cciss/c0d0 for /sys/block/cciss!c0d0

Wed Sep 14 12:00:00 2005 Pixel 4.2.17-5mdk
- verif scsidriver() returns scsi drivers belonging to scsi_hostadapter
(=> fixes missing BusLogic for vmware)
(=> wildcatch fix for things like mptscsih which says it is mptbase)

Wed Aug 3 12:00:00 2005 Luca Berra 4.2.17-4mdk
- fix silly bug when using lvm and intird is a readonly filesystem (#16936)

Tue Jul 5 12:00:00 2005 Luca Berra 4.2.17-3mdk
- create fb0 device if we are using graphics boot and udev

Mon Jul 4 12:00:00 2005 Luca Berra 4.2.17-2mdk
- create /dev/tty0

Thu Jun 30 12:00:00 2005 Luca Berra 4.2.17-1mdk
- sync with rh 4.2.17
don\'t use udev/udevstart do it internally
remove files from initramfs before executing the new init.
reworked \"console=\" handling
- man page fixes (#16439)
- really load all device mapper modules
- support loopback root over fatx on xbox (Stew)
- load sd_mod when using dmraid (Pixel)
- hack to workaround stacked md devices
- revert the \"allow changing root device from command line\"

Tue May 3 12:00:00 2005 Luca Berra 4.2.12-1mdk
- merge rh 4.2.12
- work correctly with noclobber set
- add dm-mirror, dm-zero, dm-snapshot modules when using lvm2
- allow changing root device from command line when using lvm/dmraid
- better support for initramfs
- require cpio for initramfs
- allow mounting root by uuid
- nash: expand environment variables on command line
- nash: Don\'t copy \"console=\" arguments from /proc/cmdline to init
- use an even bigger udev tmpdir
- lvm1/2: activate only the root vg
- lvm2: use --ignorelockingfailure for vgmknodes
- lvm2: use a better lvm.conf
- rework the boot scsi controller detection for 2.6 kernels using sysfs
- move the iteraid hack so it doesn\'t interfere with other drivers
- add an option to spawn a busybox for debugging initrd
- nash: fix a bug causing mount to ignore the --ro parameter if rw was specified in fstab
- remove the remountdev hack, use switchroot --movedev

Sun Mar 20 11:00:00 2005 Luca Berra 4.1.12-9mdk
- fold p1 (iteraid) into p0
- fix boot from usb drive (#14144)
- support dmraid as a root device (lvm over dmraid is not yet supported)
- preliminary support for evms as a root device (needs testing)

Mon Mar 7 11:00:00 2005 Thierry Vignaud 4.1.12-8mdk
- patch 0: some system needs quite large /dev (#14092)

Mon Feb 28 11:00:00 2005 Thierry Vignaud 4.1.12-7mdk
- patch 0: make all boot messages use the same case

Mon Feb 14 11:00:00 2005 Thierry Vignaud 4.1.12-6mdk
- do not increase basesystem size (Stefan van der Eijk)

Fri Feb 11 11:00:00 2005 Thierry Vignaud 4.1.12-5mdk
- patch 0: support udev-051

Fri Jan 28 11:00:00 2005 Thierry Vignaud 4.1.12-4mdk
- patch 0: use a larger tmpfs for /dev like done in udev package (udev-048+)

Thu Jan 20 11:00:00 2005 Thierry Vignaud 4.1.12-3mdk
- patch 1: it821x relaced both it8212 and iteraid

Thu Nov 4 11:00:00 2004 Gwenole Beauchesne 4.1.12-2mdk
- manually fix IT8212 -> iteraid

Sun Sep 26 12:00:00 2004 Luca Berra 4.1.12-1mdk
- merge bits from rh 4.1.12
- workaround case where you have more than one different scsi controllers,
and root fs is not on the first.
- detect non-scsi disk drivers (DAC960, cpqarray, cciss, ...)
- manpage fixes

Sun Sep 19 12:00:00 2004 Luca Berra 4.1.9-4mdk
- copy udev.conf again, or udev will not work
- also copy permission file so devices will have correct mode
- merge p1 into p0

Wed Sep 15 12:00:00 2004 Christiaan Welvaart 4.1.9-3mdk
- patch1: load ieee1394 controller driver(s) and use 5s delay for sbp2

Wed Sep 8 12:00:00 2004 Frederic Lepied 4.1.9-2mdk
- don\'t copy udev.conf to avoid having devices in 600 mode by default

Mon Sep 6 12:00:00 2004 Luca Berra 4.1.9-1mdk
- big merge from redhat\'s 4.1.9
initramfs support (NOT TESTED)
use new mount magic instead of pivot_root (NOT TESTED)
nash update
- udev support, without breaking devfs
- use klibc version of udev tools if available
- remove handledevfs function (kernel does it anyway)
- manpage update
- load usbhid module if we have an usb keyboard and no ps2 keyboards

Fri Sep 3 12:00:00 2004 Frederic Lepied 3.5.24-4mdk
- remove modprobe loop not needed anymore

Thu Sep 2 12:00:00 2004 Frederic Lepied 3.5.24-3mdk
- fixed typo in scsi driver function
- added a fallback for scsi drivers that aren\'t populating /proc/scsi
correctly
- modprobe loop

Sat Aug 28 12:00:00 2004 Luca Berra 3.5.24-2mdk
- rework driver detection
look deeper for stacked md arrays
chose only needed scsi controllers
remove most usb-storage related kludges
- use stat instead of ls to find major numbers
- check for modular initrdfs and choke
- remove the --omit-lvm-modules option
- other small cleanups

Sat Aug 28 12:00:00 2004 Luca Berra 3.5.24-1mdk
- merge bits from redhat 3.5.24
fix usb-storage detection with 2.6
add support for RAID6
quiet mode for nash
- internal insmod command, use external insmod only for 2.4 kernels
- remove mkinitrd-helper, keep only insmod-busybox
- rework erwan patch, use character classes instead of bare tabs in regexp.
- use of dietlibc is chosen by the spec file.
- update manpages with code changes
- other minor fixes

Tue Aug 24 12:00:00 2004 Erwan Velu 3.5.18-19mdk
- Patch 5 : A wrong ident in moduledep() brakes the modules
dependencies on the 2.4 kernel series when you own more
than 3 dependencies ! It sounds silly but that\'s real !

Thu Aug 19 12:00:00 2004 Olivier Blin 3.5.18-18mdk
- add INITRDDSDT321DSDT321 after the dsdt file for 2.6 kernels

Sat Aug 14 12:00:00 2004 Christiaan Welvaart 3.5.18-17mdk
- fix patch4 for 2.4 usb hcd module names in /etc/modprobe.conf

Fri Aug 13 12:00:00 2004 Christiaan Welvaart 3.5.18-16mdk
- patch 4: load usb interface drivers for usb-storage

Fri Jul 30 12:00:00 2004 Thierry Vignaud 3.5.18-15mdk
- fix broken boot-from-USB that pixel gratuitously broken in -14mdk (#10471)
- patch 3: rediff since pixel inserted patch prior w/o bothering checking other
patches

Mon Jun 28 12:00:00 2004 Pixel 3.5.18-14mdk
- mkinitrd doesn\'t add splash by itself anymore
- conflicts with old bootloader-utils and bootsplash

Tue Jun 8 12:00:00 2004 Thierry Vignaud 3.5.18-13mdk
- patch 2: load scsi_mod too for 2.4.x kernels

Tue Jun 8 12:00:00 2004 Thierry Vignaud 3.5.18-12mdk
- patch 2: add support for boot from USB for 2.4.x kernels

Fri May 7 12:00:00 2004 Thierry Vignaud 3.5.18-11mdk
- merge patch 5 into patch 0 (simplify patch)

Fri May 7 12:00:00 2004 Thierry Vignaud 3.5.18-10mdk
- patch 0: do not gratuitously drop root=LABEL=foobar support
- patch 5:fix root=LABEL=foobar support
- require a fixed dietlibc in order to have working root=LABEL=foobar

Fri Apr 9 12:00:00 2004 Thierry Vignaud 3.5.18-9mdk
- drop patch 4 (merged into simplified patch 0)

Mon Apr 5 12:00:00 2004 Thierry Vignaud 3.5.18-8mdk
- patch 4: enable to boot with root on usb

Sat Apr 3 12:00:00 2004 Luca Berra 3.5.18-7mdk
- Fix for broken sprintf in dietlibc
- Fixed nplanel\'s changelog

Tue Mar 23 11:00:00 2004 Frederic Lepied 3.5.18-6mdk
- make the source declaration rpmbuildupdate compatible
- added --force-usb option
- source /etc/sysconfig/mkinitrd to be able to set permanent options

Thu Feb 12 11:00:00 2004 Planel Nicolas 3.5.18-4mdk
- added --tmpdir

Wed Feb 4 11:00:00 2004 Guillaume Cottenceau 3.5.18-3mdk
- Andrey Borzenkov\'s patch for modular ide

Sat Jan 31 11:00:00 2004 Stefan van der Eijk 3.5.18-2mdk
- fix building without diet (alpha, sparc
*, bug 7200)

Sat Jan 24 11:00:00 2004 Luca Berra 3.5.18-1mdk
- updated to 3.5.18 from fedora core
- translate some modules names when creating a 2.6 initrd on 2.4
- allow partial activation of root vg with lvm2

Wed Jan 21 11:00:00 2004 Guillaume Cottenceau 3.5.15.1-1mdk
- use excellent work from Luca Berra
- updated to 3.5.15.1 from fedora core
- rediff all changes
- fix parsing of modules.dep for 2.6 kernels (Guillaume Cottenceau)
- do not create root device for lvm system since a bug was fixed in lvm1
- merge in fix of released 3.4.43-13mdk
- fix broken behaviour using --splash=foo and --dsdt=bar, thx Michael
Reinsch (#6849)

Thu Dec 4 11:00:00 2003 Luca Berra 3.4.43-10.99.1mdk
- fixed creation of lvm2 initrd when current kernel is lvm1 (Brian J. Murrell)

Thu Nov 20 11:00:00 2003 Luca Berra 3.4.43-10.99mdk
- added support for modular ide (Svetoslav Slavtchev)
- added support for minix initrd
- added support for romfs initrd
- added support for cramfs initrd (Oliver Blin)
- support lvm1 and lvm2 static build
- handle lvm.conf for lvm2 specific configuration
- added lvm2 and mdadm support
- only include md if i need it to mount root
- misc fixes
- now uses modules options
- first stab at reducing the number of forks

Mon Nov 17 11:00:00 2003 Warly 3.4.43-10mdk
- add initrd name as param to detect-resolution

Sat Sep 13 12:00:00 2003 Guillaume Cottenceau 3.4.43-9mdk
- fix error messages when creating initrd for root-on-lvm in devfs mode

Mon Aug 25 12:00:00 2003 Nicolas Planel 3.4.43-8mdk
- add dsdt option in mdkize patch, now you can use your own
tweaked/fixed dsdt acpi table. (default file /boot/dsdt.aml)

Mon Aug 11 12:00:00 2003 Guillaume Cottenceau 3.4.43-7mdk
- mkinitrd -h moves, suggested by houpla:
(ex: mkinitrd /boot/initrd-2.4.21-6mdk 2.4.21-6mdk)
->
(ex: mkinitrd /boot/initrd-2.4.21-6mdk.img 2.4.21-6mdk)

Fri Aug 1 12:00:00 2003 Guillaume Cottenceau 3.4.43-6mdk
- support 2.5 thx to Andrey Borzenkov :
- check for kernel version. It is needed to enable build under different
kernel (where modprobe -c cannot be used). Use either /etc/modules.conf
or /etc/modprobe.conf
- parse module-init-tools \"install ... /sbin/modprobe ...\"; it is not
foolproof but should do as long as modprobe.conf is kept consistent
- add insmod-25-DIET directly based on insmod from module-init-tools;
install it as insmod on non-dietlibc archs if version >= 2.5

Tue Jul 8 12:00:00 2003 Guillaume Cottenceau 3.4.43-5mdk
- ignore modules before processing dependencies, to not end up with
loading usbcore when probeall contains usb-storage (#4160)

Wed Apr 16 12:00:00 2003 Gwenole Beauchesne 3.4.43-4mdk
- use system dietlibc, insmod busybox 0.60.5 on x86-64 too

Tue Apr 15 12:00:00 2003 Guillaume Cottenceau 3.4.43-3mdk
- add some buildrequires
- don\'t build unneeded grubby

Thu Apr 10 12:00:00 2003 Guillaume Cottenceau 3.4.43-2mdk
- fix broken error handling when \"mount -o loop\" fails (via side-effect,
this lead to breaking mkinitrd generation during install)

Thu Apr 3 12:00:00 2003 Guillaume Cottenceau 3.4.43-1mdk
- merge RH version
- add automatic modules deps handling (#3614 and so many more..)
- this makes two good reasons to plank the children

Tue Feb 18 11:00:00 2003 Guillaume Cottenceau 3.1.6-37mdk
- add dependance info on mptscsih (Patch11)

Sat Feb 15 11:00:00 2003 Guillaume Cottenceau 3.1.6-36mdk
- taking patch from jose_urena at hotmail.com to fix #1654 (Patch9)
- following suggestion by Fabio Stumbo , force use
of /bin/ls to circumvent problems with people aliasing ls with more
options

Mon Jan 20 11:00:00 2003 Guillaume Cottenceau 3.1.6-35mdk
- support generation of initrd suitable for a raid system on a non raid
system thx to Christopher Samuel

Thu Dec 19 11:00:00 2002 Guillaume Cottenceau 3.1.6-34mdk
- ignore failures when looking for xfs support modules, some recent
kernels don\'t have them
- still compile minilibc with glibc-2.3

Thu Nov 7 11:00:00 2002 Thierry Vignaud 3.1.6-33mdk
- remove useless prefix
- requires s/fileutils/coreutils/

Sun Oct 6 12:00:00 2002 Gwenole Beauchesne 3.1.6-32mdk
- fix x86-64 support

Fri Sep 13 12:00:00 2002 Guillaume Cottenceau 3.1.6-31mdk
- workaround kmod suckiness (kmod failed to exec modprobe
scsi_hostadapter) by loading sd_mod right after the scsi hostadapter

Thu Aug 8 12:00:00 2002 Warly 3.1.6-30mdk
- add exit 0 at the end not to make make-boot-splash set the exit value

Tue Jul 30 12:00:00 2002 Pixel 3.1.6-29mdk
- integrate patch from Brian J. Murrell to allow LVM on /

Fri Mar 1 11:00:00 2002 Warly 3.1.6-28mdk
- fix error when SPLASH=no

Mon Feb 18 11:00:00 2002 Chmouel Boudjnah 3.1.6-27mdk
- Remove the echo 0 of splash screen from here.

Fri Feb 8 11:00:00 2002 Chmouel Boudjnah 3.1.6-26mdk
- Add themes support to splash.

Thu Feb 7 11:00:00 2002 Guillaume Cottenceau 3.1.6-25mdk
- change splash patch (chmou)

Wed Feb 6 11:00:00 2002 Guillaume Cottenceau 3.1.6-24mdk
- xfs now requires xfs_dmapi instead of pagebuf, so try to find both
modules (for juan new kernel)

Tue Feb 5 11:00:00 2002 Guillaume Cottenceau 3.1.6-23mdk
- update splash patch from chmouel

Wed Jan 30 11:00:00 2002 Guillaume Cottenceau 3.1.6-22mdk
- use mkinitrd-boot-splash.diff from chmouel

Mon Jan 28 11:00:00 2002 Guillaume Cottenceau 3.1.6-21mdk
- as suggested by Borsenkow Andrej ,
mount devfs with device \"none\" for consistency

Fri Jan 25 11:00:00 2002 Guillaume Cottenceau 3.1.6-20mdk
- use relative symlinks in the initrd, because ls from new fileutils
produced \"No such file or directory\" on broken symlinks

Thu Jan 17 11:00:00 2002 Guillaume Cottenceau 3.1.6-19mdk
- now that find has been moved to /bin we use find again (speed)
- as suggested on cooker, cleanup even in failure case (using trap)

Wed Jan 16 11:00:00 2002 Guillaume Cottenceau 3.1.6-18mdk
- exclude modules found with \"build\" in the path so that we don\'t end
up with modules from /lib/modules/
*/build/../../../usr/src/
*/...

Wed Jan 9 11:00:00 2002 Guillaume Cottenceau 3.1.6-17mdk
- two small fixes pointed by Reinhard Katzmann
- overriden rootdev definition
- broken symlink bin -> bin in /sbin of initrd

Wed Dec 19 11:00:00 2001 Guillaume Cottenceau 3.1.6-16mdk
- small patch from chmouel on chmouel\'s patch
- really can work without /usr by removing one remaining \"find\" and by
emulating \"wc -w\" with a for

Wed Dec 19 11:00:00 2001 Guillaume Cottenceau 3.1.6-15mdk
- replace `find\' (which is in /usr/bin) by a shell-based equivalent
=> mkinitrd should be usable without /usr mounted, now, hopefully
- fix no-url-tag

Mon Dec 17 11:00:00 2001 Guillaume Cottenceau 3.1.6-14mdk
- integrate Chmouel\'s patch [to check that the tmpdir underlying fs is not
tmpfs nor nfs (since we need lomount capability)]

Tue Dec 11 11:00:00 2001 Stew Benedict 3.1.6-13mdk
- kernel 2.4.16 brings PPC behavior of real-root-device inline with x86
- reverse patches for 2.4

Tue Nov 27 11:00:00 2001 Stew Benedict 3.1.6-12mdk
- merge patches to correct endian problem with real-root-dev mounts at boot

Wed Nov 14 11:00:00 2001 Guillaume Cottenceau 3.1.6-11mdk
- use Greg Edwards patch to fix problem where SCSI
modules were not loaded in the correct order (I suck)

Tue Oct 16 12:00:00 2001 Guillaume Cottenceau 3.1.6-10mdk
- fix obsolete-tag Copyright
- fix strange-permission

Sat Sep 22 12:00:00 2001 Guillaume Cottenceau 3.1.6-9mdk
- parses mount options to correctly feed the mount flags and the mount
options

Fri Sep 14 12:00:00 2001 Guillaume Cottenceau 3.1.6-8mdk
- integrate gb\'s patch to support ia64
- back to the use of insmod-from-busybox on ix86 arch, the 2.4 kernel
is so large \"mkbootdisk\" fails in almost all situations now :-(
- refine Requires:

Fri Sep 14 12:00:00 2001 Guillaume Cottenceau 3.1.6-7mdk
- argh, rootflags broke root on loopback, fix
- safety: when a mount with flags fails, try to mount without the flags

Thu Sep 13 12:00:00 2001 Guillaume Cottenceau 3.1.6-6mdk
- remove duplicate scsi modules for safety

Thu Sep 13 12:00:00 2001 Guillaume Cottenceau 3.1.6-5mdk
- use mount opts from /etc/fstab for root fs
- ifneeded -> force need when / is ext3 (for cases when ext3 would be non
modular); and when / has mount opts
- try to sync man pages with actual code

Sun Sep 9 12:00:00 2001 Guillaume Cottenceau 3.1.6-4mdk
- don\'t keep old bug of using \'ide-cd\' module (juan)
- support new form of \"probeall scsi_hostadapter\" in modules.conf (pixel)
- don\'t load sd_mod and scsi_mod when not really needed (ide-scsi,
usb-storage, etc) (pixel)
- support compressed modules with simpler stuff than ZMODULES
- when / is ext3 and we\'re on a 2.2 kernel, fallback to ext2
- don\'t use pivot_root with a 2.2 kernel, it\'s not implemented ;p

Fri Sep 7 12:00:00 2001 Guillaume Cottenceau 3.1.6-3mdk
- support XFS (chmouel)
- say that our version is \"3.1.6-mdk\" to tell that it\'s patched for mdk

Fri Sep 7 12:00:00 2001 Guillaume Cottenceau 3.1.6-2mdk
- honours quiet mode (again) (needed to fix a RH bug, ouch)

Wed Sep 5 12:00:00 2001 Guillaume Cottenceau 3.1.6-1mdk
- synchronize with redhat stuff (for their way of mounting root fs)
- try to keep all (good) our patches, hope not too much is broken...

Mon Aug 20 12:00:00 2001 Guillaume Cottenceau 3.0.1-1mdk
- because of devfs, I need to have my special dev files in another
directory than /dev, because devfs will shadow my dev files :-(
(applies to loopback-on-/ and raid-on-/)
- use IS_IX86 instead of the is_ix86 function

Fri Aug 3 12:00:00 2001 Guillaume Cottenceau 3.0-1mdk
- we had a very large and silly patch on official 2.7 (385 lines of
patch on a 450 lines original file), fork to ease maintainance
- merge RH interesting changes (mkinitrd-3.1.5 from RH)
- added checks to load the modules i2o_block needs
- skip errors finding jbd as a module if we\'re skipping them trying to find
ext3 so that you can build a kernel with ext3 built-in and still use an
initrd (MDK: we don\'t have ext3 yet, but we\'ll have it soon)
- prepend /(I|W|E):/ in front of all messages
- don\'t let \"cat\" fail on empty files in verbose mode

Tue Apr 10 12:00:00 2001 Guillaume Cottenceau 2.7-11mdk
- initrd_helper honours quiet mode
- rip rh idea to have a fake modprobe in order to remove kmod problems

Fri Apr 6 12:00:00 2001 Guillaume Cottenceau 2.7-10mdk
- import rh raid autorun stuff in mkinitrd_helper and mkinitrd
- grab a small rh raid fix (raid5 -> xor)
- use only one patch

Fri Mar 23 11:00:00 2001 Pixel 2.7-9mdk
- auto-adjust the number of inodes

Sat Mar 17 11:00:00 2001 Guillaume Cottenceau 2.7-8mdk
- use fix for insmod-busybox-dietlibc

Fri Mar 16 11:00:00 2001 Guillaume Cottenceau 2.7-7mdk
- use my own smaller code rather than sash+insmod.static for ix86

Mon Mar 5 11:00:00 2001 Pixel 2.7-6mdk
- compute the size really needed for initrd

Sun Mar 4 11:00:00 2001 Pixel 2.7-5mdk
- fix always making an initrd (ifneeded broken)

Thu Mar 1 11:00:00 2001 Pixel 2.7-4mdk
- fix last patch

Tue Feb 27 11:00:00 2001 Pixel 2.7-3mdk
- enable-use-of-gziped-modules.patch

Sun Feb 11 11:00:00 2001 Pixel 2.7-2mdk
- add require mktemp >= 1.5-9mdk (for option -d)

Thu Dec 21 11:00:00 2000 Geoffrey Lee 2.7-1mdk
- new and shiny source.

Tue Nov 28 11:00:00 2000 Pixel 2.6-2mdk
- fix typo patch. Still need a new mktemp that handles -d

Sat Nov 25 11:00:00 2000 Pixel 2.6-1mdk
- new version
- patch for case of no scsi needed and scsi_mod is in module

Wed Aug 23 12:00:00 2000 Thierry Vignaud 2.5-2mdk
- bug fix

Mon Aug 21 12:00:00 2000 Thierry Vignaud 2.5-1mdk
- update for hackkernel (new modules layout)
- remove exclusiveos:linux (rms\'ll be happy)
- make it noarch

Fri Jul 28 12:00:00 2000 Pixel 2.4.3-3mdk
- modified the mdk patch: don\'t do \"insmod the.o || insmod -f the.o\" because
sash doesn\'t handle it :(

Wed Jul 19 12:00:00 2000 Pixel 2.4.3-2mdk
- BM

Sun Jun 25 12:00:00 2000 Pixel 2.4.3-1mdk
- merge with redhat (mainly modules.conf by default)

Thu Jun 1 12:00:00 2000 Bill Nottingham
- build on ia64
- bump up initrd size on ia64
- modules.confiscation, /usr/man -> /usr/share/man

Thu May 25 12:00:00 2000 Chmouel Boudjnah 2.3.2-16mdk
- Thanks my god initrd work on alpha !!!.

Tue May 9 12:00:00 2000 Pixel 2.3.2-15mdk
- add possibility to modules to ignore via env var IGNOREMODS

Wed May 3 12:00:00 2000 Pixel 2.3.2-14mdk
- patch for skipping usb-storage

Tue Apr 18 12:00:00 2000 Pixel 2.3.2-13mdk
- add handling of non-ext2 root filesytems (again :()

Mon Apr 17 12:00:00 2000 Pixel 2.3.2-12mdk
- insmod -f instead of insmod

Sat Mar 25 11:00:00 2000 Pixel 2.3.2-11mdk
- new group

Sun Mar 19 11:00:00 2000 John Buswell 2.3.2-10mdk
- Added ppc and k7 arch
- Fixed bzipping of man pages

Mon Mar 13 11:00:00 2000 Pixel 2.3.2-9mdk
- do not require ash.static but sash
- add requires sash >= 3.4

Mon Mar 13 11:00:00 2000 Pixel 2.3.2-8mdk
- add loopback handling

Thu Jan 6 11:00:00 2000 Pixel
- fix
*buggy
* grep scsi_hostadapter on conf.modules

Mon Jan 3 11:00:00 2000 Pixel
- fix to skip ide-scsi.o (overkill :)

Tue Dec 28 11:00:00 1999 Pixel
- fix to skip ppa.o and imm.o
- fix a typo

Tue Oct 19 12:00:00 1999 Chmouel Boudjnah
- 2.3.2.

Tue Apr 13 12:00:00 1999 Chmouel Boudjnah
- Upgrade to 2.0.

Sat Apr 10 12:00:00 1999 Bernhard Rosenkraenzer
- Mandrake adaptions
- bzip2 man/info pages
- add de locale

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.


 
ICM