3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs
Eelco Dolstra 666cf992f0 Revert "mdadm: update from 3.3 to 3.3.2"
This reverts commit 1faf6106c3. It
causes the size of the initrd to explode from ~6 MB to 19 MB:

  http://hydra.nixos.org/build/15728196

The reason is that mdadm now contains a self-reference:

  $ strings ./result/sbin/mdadm  | grep /nix/store
  ...
  ACTION=="add", SUBSYSTEM=="block", ENV{DEVTYPE}=="%s", ENV{ID_PATH}=="%s", RUN+="/nix/store/y1ap6va0av6jhxf7ddnr8vdwxd7b44gd-mdadm-3.3.2/sbin/mdadm --incremental $env{DEVNAME}"
  ACTION=="add", SUBSYSTEM=="block", ENV{ID_PATH}=="%s", RUN+="/nix/store/y1ap6va0av6jhxf7ddnr8vdwxd7b44gd-mdadm-3.3.2/sbin/mdadm --incremental $env{DEVNAME}"
/nix/store/y1ap6va0av6jhxf7ddnr8vdwxd7b44gd-mdadm-3.3.2/sbin/mdmon

(Previously, it referred to /sbin/mdadm.) This causes mdadm, glibc and
linux-headers to be added to the initrd.
2014-10-09 18:34:37 +02:00
..
applications Merge pull request #4436 from madjar/kde414 2014-10-09 17:42:19 +02:00
build-support fix fetchurl 2014-10-05 19:23:27 +02:00
data poppler_data: update from 0.4.6 to 0.4.7 2014-10-07 23:22:09 +02:00
desktops Merge pull request #4436 from madjar/kde414 2014-10-09 17:42:19 +02:00
development Merge pull request #4426 from ollieh/master 2014-10-09 12:39:09 +02:00
games Fix a silly mistake in the chocolateDoom packages, and bump master 2014-10-08 21:43:26 +01:00
misc cupsBjnp: update from 1.2.1 to 1.2.2, potentially fixes CVE-2014-2856 2014-10-06 22:02:40 +02:00
os-specific Revert "mdadm: update from 3.3 to 3.3.2" 2014-10-09 18:34:37 +02:00
servers add patches for openafs-client on kerel 3.17 2014-10-09 13:12:52 +02:00
shells zsh: update from 5.0.6 to 5.0.7 2014-10-09 09:43:33 +02:00
stdenv Eliminate some optionals/optionalAttrs calls on the hot path 2014-10-05 01:59:24 +02:00
test
tools Merge pull request #4428 from mknight-tag/master 2014-10-09 11:50:47 +04:00
top-level Merge pull request #4436 from madjar/kde414 2014-10-09 17:42:19 +02:00