SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for mkinitrd-4.2.17-30mdv2007.1.i586.rpm :
Fri Mar 23 23:00:00 2007 Olivier Blin 4.2.17-30mdv2007.1
+ Revision: 148683
- check if resume device exists before resuming (to avoid prompts from resume binary)

Fri Mar 23 23:00:00 2007 Olivier Blin 4.2.17-29mdv2007.1
+ Revision: 148236
- do not conflict with suspend-scripts to ease upgrade, pm-utils will take care of the proper package ordering

Sun Mar 11 23:00:00 2007 Olivier Blin 4.2.17-28mdv2007.1
+ Revision: 141319
- allow to resume if device is specified in suspend.conf instead of command line

Thu Jan 18 23:00:00 2007 Olivier Blin 4.2.17-27mdv2007.1
+ Revision: 110304
- fork when running userspace resume, so that the boot can go on if not resuming
- userspace resume support

+ Luca Berra
- 25mdv
-
* From Anssi Hannula (#26393)
- Fix adding usb/1394 host drivers in certain situations
- fix copying of libgcc_s.so.1 when using EVMS (#26492)
- fix copying of libgcc_s.so.1 when using EVMS

Fri Sep 15 00:00:00 2006 Luca Berra 4.2.17-24mdv2007.0
+ Revision: 61508
- support resume when booting from md
- support for raid10 fakeraids
support for lvm and md over dmraid
- resume before resume2
- use patch from rapsys for suspend2 support
- support swsuspend2
- add support for modular ps2 keyboard
- fix dsdt_file parameter name change
- uncompressed patches
workaround for ide controllers defined as scsi_hostadapter
- changelog is now stored in SVN
- fix case where DSDT file is a symlink

+ Andreas Hasenack
- renamed mdv to packages because mdv is too generic and it\'s hosting only packages anyway
- dummy test commit

+ Luiz Fernando Capitulino
- Initial mkinitrd import

Wed May 10 00:00:00 2006 Luca Berra 4.2.17-19mdk
- remove dmraid conflict as it will block upgrades
- make ide-controller entries in modprobe.conf optional

Sat Apr 22 00:00:00 2006 Luca Berra 4.2.17-18mdk
- fallback nicely when probing of scsi adapter fails
- use ignorelocking when invoking dmraid, so it works on readonly initrdfs
- conflicts with dmraid built with dietlibc on x86_64 due to ContraPolice problem

Tue Apr 11 00:00:00 2006 4.2.17-17mdk
- allow using --initrdfs=xxxx again
- fix --force-evms flag

Tue Apr 11 00:00:00 2006 Gwenole Beauchesne 4.2.17-16mdk
- re-enable initramfs as default
- conflicts: bootsplash < 3.1.12
- handle dsdt override support in initramfs (rtp)

Mon Apr 10 00:00:00 2006 Luca Berra 4.2.17-15mdk
- default to initramfs only when using kernel 2.6 (but hold the patch
since i cannot boot initramfs on my test machine)
- fix missing closedir prevenitng umount of /initrd/sys (#16699)
- fix another silly dmraid command line option bug
- fix evms detection and add --force-evms flag (#12467)
- fixes verif_scsidriver when mkinitrd knows more than modprobe.conf (#20877)

Wed Apr 5 00:00:00 2006 Gwenole Beauchesne 4.2.17-14mdk
- default to initramfs
- handle migrations from mptscsih to mptspi and mptfc (#21648)
- handle ahci/ata_piix through new migrate_scsidriver() infrastructure
- handle automatic resume (detected through resume= option parsed from cmdline)

Tue Feb 28 23:00:00 2006 Olivier Blin 4.2.17-13mdk
- Patch2: don\'t fail when multiple CD-Rom drives are detected (#21304)

Thu Dec 22 23:00:00 2005 Thierry Vignaud 4.2.17-12mdk
- patch 0: fix EVMS support (obvious bug)

Fri Dec 16 23:00:00 2005 Olivier Blin 4.2.17-11mdk
- check all scsi drivers, not only the first one (#20057, Luca Berra)

Thu Dec 15 23:00:00 2005 Olivier Blin 4.2.17-10mdk
- Patch1 (updates):
o fix weird bug that makes nash segfault when some read() fail
because of a typing issue (it actually appears to be fixed in
latest libvolume_id, but nash uses an old one)
o fix buffer overflow that may blank device names found by label
- Patch2: add label support for CD-Rom devices

Thu Nov 17 23:00:00 2005 Pixel 4.2.17-9mdk
- have both ata_piix and ahci (so that you can still boot after changing in the BIOS)

Wed Oct 5 00:00:00 2005 Gwenole Beauchesne 4.2.17-8mdk
- use dietlibc on ppc64 too

Mon Oct 3 00:00:00 2005 Erwan Velu 4.2.17-7mdk
- Adding a better label support using vol_id

Fri Sep 16 00:00:00 2005 Pixel 4.2.17-6mdk
- fix nash\'s mkdevices to create /dev/cciss/c0d0 for /sys/block/cciss!c0d0

Thu Sep 15 00: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)

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

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

Tue Jul 5 00:00:00 2005 Luca Berra 4.2.17-2mdk
- create /dev/tty0

Fri Jul 1 00: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\"

Wed May 4 00: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 23: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 23:00:00 2005 Thierry Vignaud 4.1.12-8mdk
- patch 0: some system needs quite large /dev (#14092)

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

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

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

Fri Jan 28 23: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 23:00:00 2005 Thierry Vignaud 4.1.12-3mdk
- patch 1: it821x relaced both it8212 and iteraid

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

Mon Sep 27 00: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

Mon Sep 20 00: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

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

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

Tue Sep 7 00: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

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

Fri Sep 3 00: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

Sun Aug 29 00: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

Sun Aug 29 00: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

Wed Aug 25 00: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 !

Fri Aug 20 00:00:00 2004 Olivier Blin 3.5.18-18mdk
- add INITRDDSDT321DSDT321 after the dsdt file for 2.6 kernels

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

Sat Aug 14 00:00:00 2004 Christiaan Welvaart 3.5.18-16mdk
- patch 4: load usb interface drivers for usb-storage

Sat Jul 31 00: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

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

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

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

Sat May 8 00:00:00 2004 Thierry Vignaud 3.5.18-11mdk
- merge patch 5 into patch 0 (simplify patch)

Sat May 8 00: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

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

Tue Apr 6 00:00:00 2004 Thierry Vignaud 3.5.18-8mdk
- patch 4: enable to boot with root on usb

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

Tue Mar 23 23: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


 
ICM