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

Commits on Jan 9, 2021

  1. modules/boot: Specify the type for tmpfs mounts

    #107497 broke booting on many systems that
    use tmpOnTmpfs due to the lack of specifying the mount type.
    
    This commit explicitly adds the mount type, which should fix booting
    such systems.
    
    The original change may want to be revisited however too.
    endocrimes committed Jan 9, 2021
    Copy the full SHA
    ca7b35d View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Merge pull request #108860 from endocrimes/dani/fix-tmp

    modules/boot: Specify the type for tmpfs mounts
    andir committed Jan 14, 2021
    Copy the full SHA
    3be09b9 View commit details
    Browse the repository at this point in the history