From d69d7614ea8b9720f934a94249ee8199bbcaf70c Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sat, 13 Aug 2022 17:40:44 +0200 Subject: user: add /initctl for shutting the system down in a cleaner way --- initrd/bin/sh/halt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 initrd/bin/sh/halt (limited to 'initrd/bin/sh/halt') diff --git a/initrd/bin/sh/halt b/initrd/bin/sh/halt new file mode 100644 index 0000000..563aded --- /dev/null +++ b/initrd/bin/sh/halt @@ -0,0 +1,2 @@ +#!/bin/shell +echo halt > /initctl \ No newline at end of file -- cgit v1.2.3