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

Commits on May 4, 2018

  1. nixos/plymouth: multi-user.target wants plymouth-quit-wait.service

    This is apparent from the service file directory in plymouth:
    ├── multi-user.target.wants
    │   ├── plymouth-quit.service -> ../plymouth-quit.service
    │   └── plymouth-quit-wait.service -> ../plymouth-quit-wait.service
    
    Leaving it unspecified caused gdm-wayland to crash on boot, see #39615.
    
    The change made other display managers not quit plymouth properly however. By
    removing "multi-user.target" from `plymouth-quit.after` this is resolved.
    hedning committed May 4, 2018
    Configuration menu
    Copy the full SHA
    5777272 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Merge pull request #39978 from hedning/plymouth-quit-wait

    Make plymouth work with gdm wayland
    matthewbauer committed May 15, 2018
    Configuration menu
    Copy the full SHA
    2a3399b View commit details
    Browse the repository at this point in the history