index
:
nixos/nixpkgs.git
master
nixos-16.03
nixos-16.09
nixos-18.09
nixos-18.09-small
nixos-19.03
nixos-19.03-small
nixos-19.09
nixos-19.09-small
nixos-20.03
nixos-20.03-small
nixos-20.09
nixos-20.09-aarch64
nixos-20.09-small
nixos-21.05
nixos-21.05-aarch64
nixos-21.05-small
nixos-21.11
nixos-21.11-aarch64
nixos-21.11-small
nixos-22.05
nixos-22.05-aarch64
nixos-22.05-small
nixos-22.11
nixos-22.11-small
nixos-23.05
nixos-23.05-small
nixos-23.11
nixos-23.11-small
nixos-24.05
nixos-24.05-small
nixos-24.11
nixos-24.11-small
nixos-25.05
nixos-25.05-small
nixos-25.11
nixos-25.11-small
nixos-26.05-small
nixos-test-staging
nixos-test-staging-baseline
nixos-unstable
nixos-unstable-small
nixpkgs-stable
nixpkgs-testing
nixpkgs-unstable
release-13.10
release-14.04
release-14.12
release-15.09
release-16.03
release-16.09
release-17.03
release-17.09
release-18.03
release-18.09
release-18.09-firefox64
release-19.03
release-19.09
release-20.03
release-20.09
release-21.05
release-21.11
release-22.05
release-22.11
release-23.05
release-23.11
release-24.05
release-24.11
release-25.05
release-25.11
release-26.05
staging
staging-18.03
staging-18.09
staging-19.03
staging-19.09
staging-20.03
staging-20.09
staging-21.05
staging-21.11
staging-22.05
staging-22.11
staging-23.05
staging-23.11
staging-24.05
staging-24.11
staging-25.05
staging-25.11
staging-26.05
staging-next
staging-next-21.05
staging-next-21.11
staging-next-22.05
staging-next-22.11
staging-next-23.05
staging-next-23.11
staging-next-24.05
staging-next-24.11
staging-next-25.05
staging-next-25.11
staging-next-26.05
staging-next-xdg-desktop-portal-gnome-dependency
staging-nixos
staging-patchelf
staging-python
staging.patchShebangs
Nix Packages collection
Octavian Cerna
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkgs
/
build-support
/
kernel
/
make-initrd.nix
Age
Commit message (
Expand
)
Author
2026-02-12
pkgs/build-support/kernel/make-initrd.nix: unsafeDiscardReferences.out = true
mlyxshi
2026-01-22
make-initrd: drop unused `toValidStoreName` local
Sergei Trofimovich
2025-07-24
treewide: run nixfmt 1.0.0
Wolfgang Walther
2025-01-23
make-initrd: use closureInfo
Dominik Xaver Hörl
2024-12-10
treewide: format all inactive Nix files
Silvan Mosberger
2024-10-31
tree-wide: switch initrd generators back to gnu cpio
Yureka
2024-06-14
pkgs/build-support/kernel/make-initrd.nix: fix eval for test on darwin
Tristan Ross
2022-04-14
make-initrd: fix reproducibility problems
Thomas Watson
2021-08-08
make-initrd: fix #132059
Linus Heckemann
2021-01-27
treewide: stdenvNoCC.lib -> lib
Ben Siraphob
2021-01-23
lib: Clean up how linux and gcc config is specified
John Ericson
2021-01-22
Revert "lib: Clean up how linux and gcc config is specified"
Jonathan Ringer
2021-01-21
lib: Clean up how linux and gcc config is specified
John Ericson
2020-12-17
make-initrd: various improvements
Linus Heckemann
2020-12-17
makeInitrd: don't assume uImage => arm
Linus Heckemann
2020-12-17
makeInitrd: make uinitrd behaviour optional
Linus Heckemann
2019-10-11
makeInitrd: Use stdenvNoCC
Eelco Dolstra
2019-05-29
build-support/make-initrd: Don't derive derivation name from file name
Arian van Putten
2019-04-13
make-initrd: allow specifying name
Linus Heckemann
2018-08-30
treewide: Remove usage of remaining redundant platform compatability stuff
John Ericson
2018-03-05
makeInitrd: explain why we don't use closureInfo
Vladimír Čunát
2018-03-05
Revert "makeInitrd: Use closureInfo"
Eelco Dolstra
2018-02-23
makeInitrd: Use closureInfo
Eelco Dolstra
2017-11-05
platforms.nix: Clean up more 'uboot' legacy
Tuomas Tynkkynen
2017-11-05
kernel, initrd: Remove legacy ubootChooser
Tuomas Tynkkynen
2017-06-28
make-initrd: Don't use stdenv.cross
John Ericson
2016-12-20
make-initrd: create reproducible initrds
Joachim Fasting
2015-03-25
makeInitrd: Support prepending other initrds
William A. Kennington III
2014-04-05
Make initrd and the kernel builds repeatable.
Alexander Kjeldaas
2013-02-21
Merge branch 'master' into stdenv-updates
Shea Levy
2013-02-19
makeInitrd: Make the compressor configurable
Shea Levy
2012-12-28
Rename buildNativeInputs -> nativeBuildInputs
Eelco Dolstra
2010-02-27
Fixing the correct handling of uboot in the initrd and the kernel derivations.
Lluís Batlle i Rossell
2010-02-27
Simplified much more the expressions for cross building and multiplatform.
Lluís Batlle i Rossell
2009-11-08
Making the 'makeInitrd' expression use "platform"
Lluís Batlle i Rossell
2009-11-08
Porting changes from stdenv-updates into this branch.
backups/stdenv-updates2@18273
Lluís Batlle i Rossell
2008-03-17
* makeInitrd, makeModulesClosure: moved from NixOS.
Eelco Dolstra