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: dee55848fefe
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f203b8b2779a
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 11, 2020

  1. raspberrypi-builder: ensure scripts fails on error

    The way this ends up being called with the raspberry pi 4 image builder
    ends up not using the `-e` from the shebang.
    
    In turn, the builds fails during cross-compilation. The wrong coreutils
    ends up being used, but this is not made apparent.
    
    The issue I faced is already fixed on master, but this ensures no one
    ends up with a failed build "succeeding".
    samueldr committed Jun 11, 2020
    Copy the full SHA
    37e50ca View commit details
    Browse the repository at this point in the history
  2. sd-image: Make firmware partition name configurable

    This will be helpful in the now too-long-lived image for the Raspberry
    Pi 4. We'll be able to properly configure the partition to be useful.
    samueldr committed Jun 11, 2020
    Copy the full SHA
    34caab7 View commit details
    Browse the repository at this point in the history
  3. sd-image-raspberrypi4: mount boot partition

    This should have been done initially, as otherwise it gets awfully
    awkward to boot into new generations by default.
    
    This system-specific image wasn't expected to be long-lived, thus why it
    didn't end up being polished much.
    
    Reality shows us we may be stuck with it for a bit longer, so let's make
    it easier to use for new users.
    samueldr committed Jun 11, 2020
    Copy the full SHA
    476c8e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. Merge pull request #90119 from samueldr/feature/rpi4-fixups

    Fix some pitfalls from the Raspberry Pi 4 specific sd image
    samueldr committed Jun 20, 2020
    Copy the full SHA
    f203b8b View commit details
    Browse the repository at this point in the history