From 9236eedbc35245aa8c7a5e86847ac30f7a4f53af Mon Sep 17 00:00:00 2001 From: Eric Sagnes Date: Mon, 4 Jul 2016 16:54:17 +0900 Subject: [PATCH] documentation: fix start display-manager command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Bjørn: The 'start' alias was removed in commit 1d9651e723 ("Remove systemd shell aliases").] --- nixos/doc/manual/installation/installing.xml | 2 +- nixos/modules/profiles/installation-device.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/doc/manual/installation/installing.xml b/nixos/doc/manual/installation/installing.xml index 2f118d27b1a..073f7ca3462 100644 --- a/nixos/doc/manual/installation/installing.xml +++ b/nixos/doc/manual/installation/installing.xml @@ -22,7 +22,7 @@ (with empty password). If you downloaded the graphical ISO image, you can - run start display-manager to start KDE. If you + run systemctl start display-manager to start KDE. If you want to continue on the terminal, you can use loadkeys to switch to your preferred keyboard layout. (We even provide neo2 via loadkeys de neo!) diff --git a/nixos/modules/profiles/installation-device.nix b/nixos/modules/profiles/installation-device.nix index 669b6975c69..93736ba256b 100644 --- a/nixos/modules/profiles/installation-device.nix +++ b/nixos/modules/profiles/installation-device.nix @@ -42,7 +42,7 @@ with lib; The "root" account has an empty password. ${ optionalString config.services.xserver.enable - "Type `start display-manager' to\nstart the graphical user interface."} + "Type `systemctl start display-manager' to\nstart the graphical user interface."} ''; # Allow sshd to be started manually through "start sshd".