From f2c8799ff5a07c8007ac52118bb7cf5c05fe4485 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 5 Jul 2015 09:40:47 +0000 Subject: Document discrepancy between halt and poweroff. --- en/post-install/shutdown.xml | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'en') diff --git a/en/post-install/shutdown.xml b/en/post-install/shutdown.xml index 9d54f681d..6ea11c942 100644 --- a/en/post-install/shutdown.xml +++ b/en/post-install/shutdown.xml @@ -21,11 +21,26 @@ Alternatively you can press the key combination Ctrl Alt Del or Control Shift Power on Macintosh -systems. A last option is to log in as root and type one of the -commands poweroff, halt or -shutdown -h now if either of the key combinations do not -work or you prefer to type commands; use reboot to reboot -the system. +systems. +If the key combinations do not work, a last option is to log in as root +and type the necessary commands. +Use reboot to reboot the system. +Use halt to halt the system without powering it off + + + + Under the SysV init system halt had the same + effect as poweroff, but with systemd as init + system (the default in jessie) their effects are different. + + +. +To power off the machine, use poweroff +or shutdown -h now. +The systemd init system provides additional commands that perform +the same functions; for example systemctl reboot +or systemctl poweroff. + -- cgit v1.2.3