diff options
author | dzwdz | 2023-09-13 00:05:06 +0200 |
---|---|---|
committer | dzwdz | 2023-09-13 00:05:06 +0200 |
commit | c9fbab701ff57583733c84fa93889eacf422b861 (patch) | |
tree | 7a15a77a97d7965782fb81c80f9536f5d1911f3b /sysroot/bin/sh | |
parent | 1e54db260811d0d759e76be725d50f4b59d0fc41 (diff) |
cmd/init: remove /initctl, use intr instead
Diffstat (limited to 'sysroot/bin/sh')
-rw-r--r-- | sysroot/bin/sh/halt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |