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: 0a4943a38144
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a6968ad43c1b
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 25, 2017

  1. install-device: permit root login with password

    Allow password login to the installation this allows doing remote installation
    via SSH. All that need to be done on the local machine is:
    1. Boot from the installation media
    2. Set a password with passwd
    3. Enable SSH with systemctl start sshd
    
    It is safe as root doesn't have a password by default
    and SSH is disabled by default.
    
    Fixes #20718
    bachp authored and globin committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    03ef04f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01fd867 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6968ad View commit details
    Browse the repository at this point in the history