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

Commits on Oct 12, 2017

  1. filesystems: use non-interactive formatOptions by default

    When autoFormat is enabled, in order to successfully create a filesystem,
    certain filesystems require specific options to be passed to mkfs to prevent
    it from asking questions. This commit sets default formatOptions to "-q"
    for "jfs" and "reiserfs" filesystems for this purpose.
    
    Resolves #29140.
    pvgoran committed Oct 12, 2017
    Copy the full SHA
    e3f97e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. Merge pull request #30339 from pvgoran/fileSystems-silentFormatOptions

    filesystems: use non-interactive formatOptions by default
    fpletz committed Oct 25, 2017
    Copy the full SHA
    666d9c0 View commit details
    Browse the repository at this point in the history