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: 6980edf2ba71
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 290505bf1bb8
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on May 13, 2018

  1. Configuration menu
    Copy the full SHA
    8f3a541 View commit details
    Browse the repository at this point in the history
  2. nixos/grub: Implements use of file format for splashImage.

    GRUB 2.0 supports png, jpeg and tga. This will use the image's suffix to
    load the right module.
    
    As jpeg module is named jpeg, jpg is renamed jpeg.
    
    If the user uses wrong image suffix for an image, it wouldn't work anyway.
    
    This will leave up to two additional left-over files in /boot/ if user switches
    through all the supported file formats. The module already left the png
    image if the user disabled the splash image.
    samueldr committed May 13, 2018
    Configuration menu
    Copy the full SHA
    0ccfe14 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Merge pull request #40462 from samueldr/fix/grub-background

    Fixes grub splashImage documentation + implementation
    grahamc committed May 24, 2018
    Configuration menu
    Copy the full SHA
    290505b View commit details
    Browse the repository at this point in the history