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: ec6240c5a500
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d475361ba7f9
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 19, 2019

  1. nixos: unify virtual console options

    This commit moves all the virtual console related options
    to a dedicated config/console.nix NixOS module.
    
    Currently most of these are defined in config/i18n.nix
    with a "console" prefix like `i18n.consoleFont`,
    `i18n.consoleColors` or under `boot` and are implemented
    in tasks/kbd.nix.
    Since they have little to do with actual internationalisation
    and are (informally) in an attrset already, it makes sense to
    move them to a specific module.
    rnhmjoj committed Dec 19, 2019
    Copy the full SHA
    c9276c1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bce1437 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9802bc5 View commit details
    Browse the repository at this point in the history
  4. nixos/console: set colors using kernel parameters

    This commit changes the console colors implementation
    to use the kernel parameters instead of relying on terminal
    escape sequences. This means the palette is applied by the
    kernel itself with no custom code running in the initrd
    and works for all virtual terminals (not only tty0).
    rnhmjoj committed Dec 19, 2019
    Copy the full SHA
    a35b12e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Merge pull request #71473 from rnhmjoj/console

    nixos: unify virtual console options
    infinisil committed Dec 20, 2019
    Copy the full SHA
    d475361 View commit details
    Browse the repository at this point in the history