Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes grub splashImage documentation + implementation #40462

Merged
merged 2 commits into from
May 24, 2018

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