nixpkgs/nixos
Pascal Bach 03ef04f0a4 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
2017-01-25 21:09:31 +01:00
..
doc/manual nixos/release-notes: document conntrack helper changes 2017-01-25 01:14:05 +01:00
lib test-driver: support punctuation in sendChars 2017-01-08 09:17:05 -05:00
maintainers Create AMIs for eu-west-2 (London) 2017-01-17 21:44:01 +01:00
modules install-device: permit root login with password 2017-01-25 21:09:31 +01:00
tests tests.installer: rely on swap.target in tests 2017-01-25 17:00:13 +01:00
COPYING
default.nix
README
release-combined.nix
release-small.nix
release.nix nixos/tests/nat: add test for conntrack helper autoloading 2017-01-25 01:14:05 +01:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.