From c08a67c0e460f5c7f1454b403c806e3ca41bdeae Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Thu, 24 Jul 2014 16:14:38 +0200 Subject: sys-unconfig: use poweroff instead of halt --- sys-unconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-unconfig b/sys-unconfig index 0c9e5531..8eb8d894 100644 --- a/sys-unconfig +++ b/sys-unconfig @@ -9,4 +9,4 @@ fi touch /.unconfigured rm -f /etc/udev/rules.d/*-persistent-*.rules -halt +poweroff -- cgit v1.2.1