Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 7c2d13358283
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b1fc18363968
Choose a head ref
  • 9 commits
  • 7 files changed
  • 2 contributors

Commits on Dec 17, 2020

  1. Copy the full SHA
    a343ff7 View commit details
    Browse the repository at this point in the history
  2. makeInitrd: don't assume uImage => arm

    mips for example might use uImages too
    lheckemann committed Dec 17, 2020
    Copy the full SHA
    85e0ae7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3a3c9c9 View commit details
    Browse the repository at this point in the history
  4. lib/systems: fix kernelArch for x86_64

    IA64 (Itanium) is something completely different and certainly not
    what we want! x86_64 code lives in arch/x86 just like "classic" x86.
    lheckemann committed Dec 17, 2020
    Copy the full SHA
    2ee35e1 View commit details
    Browse the repository at this point in the history
  5. make-initrd: various improvements

    - Generate a link to the initramfs file with an appropriate file
      extension, guessed based on the compressor by default
    - Use correct metadata in u-boot images if generated, up to now this
      was hardcoded to gzip and would silently generate an erroneous image
      if another compressor was specified
    - Document all the parameters
    - Improve cross-building compatibility, by allowing passing either a
      string as before, or a function taking a package set and returning the
      path to a compressor in the "compressor" argument of the
      function.
    - Support more compression algorithms
    - Place compressor executable function and arguments in passthru, for
      reuse when appending initramfses
    
    Co-Authored-By: Dominik Xaver Hörl <hoe.dom@gmx.de>
    lheckemann and xaverdh committed Dec 17, 2020
    Copy the full SHA
    14fbf57 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d4ef25d View commit details
    Browse the repository at this point in the history
  7. nixos/tests: Add test for initrd secrets

    lz4 compression is excluded because it doesn't work for a reason which
    remains unclear to me.
    lheckemann committed Dec 17, 2020
    Copy the full SHA
    3136e49 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    834cc5d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Merge pull request #97145 from lheckemann/initrd-improvements

    Initrd improvements
    lheckemann committed Dec 18, 2020
    Copy the full SHA
    b1fc183 View commit details
    Browse the repository at this point in the history