From c9fbab701ff57583733c84fa93889eacf422b861 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Wed, 13 Sep 2023 00:05:06 +0200 Subject: cmd/init: remove /initctl, use intr instead --- sysroot/bin/sh/halt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysroot/bin/sh') diff --git a/sysroot/bin/sh/halt b/sysroot/bin/sh/halt index 563aded..7304155 100644 --- a/sysroot/bin/sh/halt +++ b/sysroot/bin/sh/halt @@ -1,2 +1,2 @@ #!/bin/shell -echo halt > /initctl \ No newline at end of file +echo "Die monster. You don't belong in this world!" > /proc/1/intr -- cgit v1.2.3