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: 5d9cb9a0c21c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 44d75efd7fdd
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 21, 2020

  1. nixos/make-ext4-fs: increase fudge factor from 1.03 to 1.10

    Turns out, on smaller images (~800MiB uncompressed sdcard image size),
    the current fudge factor is way too small to even get the system to the
    phase where it can resize itself.
    
    I first tried with 1.05, but it wasn't enough.
    flokli committed Jun 21, 2020
    Copy the full SHA
    079de14 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #91214 from flokli/make-ext4-fs-fudge-factor

    nixos/make-ext4-fs: increase fudge factor from 1.03 to 1.10
    flokli committed Jun 21, 2020
    Copy the full SHA
    44d75ef View commit details
    Browse the repository at this point in the history