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: 208a219d4a9c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2a288cb1daf2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 26, 2020

  1. nixos/lib/make-ext4-fs: fix after mkfs.ext4 refactoring

    In 9ac1ab1 this library function was
    refactored to use mkfs.ext4 instead of cptofs. There are two problems:
    
    If populateImageCommands would create no files (which is fine), a cp
    invocation would fail due to missing source arguments.
    
    Another problem is that mkfs.ext4 relies on fakeroot to have sane
    uid/gids in the generated filesystem image. This currently doesn't
    work for cross compiling.
    blitz authored and System administrator committed Jul 26, 2020
    Copy the full SHA
    fd2047c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. Merge pull request #93824 from blitz/fix-rpi4-installer

    Fix Raspberry Pi 4B SD-Card Install Image
    tfc committed Aug 8, 2020
    Copy the full SHA
    2a288cb View commit details
    Browse the repository at this point in the history