mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-12 12:01:50 +00:00
shutdown: use poweroff -f instead of halt -f
This is makes fast shutdown work on Hyper-V While at it, also clean up whitespaces. The file was mixed tabs and spaces. Now it uses spaces. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
5dba8e6584
commit
242a505bc1
@ -174,7 +174,7 @@ stop()
|
||||
eoutdent
|
||||
|
||||
# now terminate with extreme prejudice
|
||||
halt -f
|
||||
poweroff -f
|
||||
|
||||
return 0
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user