summary refs log tree commit diff
path: root/nixos/doc/manual/installation/installing.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/doc/manual/installation/installing.xml')
-rw-r--r--nixos/doc/manual/installation/installing.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/doc/manual/installation/installing.xml b/nixos/doc/manual/installation/installing.xml
index dd1acba2168..c21759bc926 100644
--- a/nixos/doc/manual/installation/installing.xml
+++ b/nixos/doc/manual/installation/installing.xml
@@ -25,14 +25,14 @@
   run <command>start display-manager</command> to start KDE.</para></listitem>
 
   <listitem><para>The boot process should have brought up networking (check
-  <command>ifconfig</command>).  Networking is necessary for the
+  <command>ip a</command>).  Networking is necessary for the
   installer, since it will download lots of stuff (such as source
   tarballs or Nixpkgs channel binaries).  It’s best if you have a DHCP
   server on your network. Otherwise configure networking manually
   using <command>ifconfig</command>.</para>
   <para>To manually configure the network on the graphical installer,
-  first disable NetworkManager with
-  <command>stop NetworkManager</command>.</para></listitem>
+  first disable network-manager with
+  <command>systemctl stop network-manager</command>.</para></listitem>
 
   <listitem><para>The NixOS installer doesn’t do any partitioning or
   formatting yet, so you need to that yourself.  Use the following