diff options
author | Cem Keylan <cem@ckyln.com> | 2021-04-26 11:04:25 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-04-26 11:04:25 +0300 |
commit | 6513effe5215e69d2bd36f5f1f04fb0eb2fb5b79 (patch) | |
tree | a8d9a7995f13e56d3cf16313eac059b91ed84dc8 | |
parent | 0a23b559a7f77be0ed91d7c9625eac5566ccc7ba (diff) | |
download | repository-6513effe5215e69d2bd36f5f1f04fb0eb2fb5b79.tar.gz |
minit: drop package
-rwxr-xr-x | core/minit/build | 10 | ||||
-rw-r--r-- | core/minit/checksums | 4 | ||||
-rw-r--r-- | core/minit/files/minit.post.shutdown | 1 | ||||
-rw-r--r-- | core/minit/files/poweroff | 2 | ||||
-rw-r--r-- | core/minit/files/reboot | 2 | ||||
-rw-r--r-- | core/minit/message | 16 | ||||
-rw-r--r-- | core/minit/sources | 4 | ||||
-rw-r--r-- | core/minit/version | 1 |
8 files changed, 0 insertions, 40 deletions
diff --git a/core/minit/build b/core/minit/build deleted file mode 100755 index 38a9de6f..00000000 --- a/core/minit/build +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -e - -make -make DESTDIR="$1" PREFIX=/usr install - -ln -s minit "$1/usr/bin/init" - -install -Dm755 reboot "$1/usr/bin/reboot" -install -Dm755 poweroff "$1/usr/bin/poweroff" -install -Dm644 minit.post.shutdown "$1/etc/init/minit.post.shutdown" diff --git a/core/minit/checksums b/core/minit/checksums deleted file mode 100644 index 8b57b92b..00000000 --- a/core/minit/checksums +++ /dev/null @@ -1,4 +0,0 @@ -5ccf4eb8e663be2483ad469470453a7622a0f79d25d9aee8b216867c419888dd 0.1.0.tar.gz -4da8b0c2771a9046a7ce2ded49beb5297045e9979796e5e4b390168286f05379 poweroff -f638aaa23383da584d3a56347a8e279abdc7c9c521661ef54a5bc8b955c5632b reboot -4588e3c6337c1f92d3120bebd774fdcd2a85d70f150d68293527798c6e5a031d minit.post.shutdown diff --git a/core/minit/files/minit.post.shutdown b/core/minit/files/minit.post.shutdown deleted file mode 100644 index 747db7f1..00000000 --- a/core/minit/files/minit.post.shutdown +++ /dev/null @@ -1 +0,0 @@ -case "$1" in poweroff) /bin/kill -s USR2 1 ;; reboot) /bin/kill -s QUIT 1 ;; esac diff --git a/core/minit/files/poweroff b/core/minit/files/poweroff deleted file mode 100644 index 69d8731e..00000000 --- a/core/minit/files/poweroff +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -/bin/kill -s USR1 1 diff --git a/core/minit/files/reboot b/core/minit/files/reboot deleted file mode 100644 index 266afb92..00000000 --- a/core/minit/files/reboot +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -/bin/kill -s INT 1 diff --git a/core/minit/message b/core/minit/message deleted file mode 100644 index 217d82e5..00000000 --- a/core/minit/message +++ /dev/null @@ -1,16 +0,0 @@ -[1m!! IMPORTANT !![m - -In order to start using minit, -you have to uncomment some entries on -your [1m/etc/init/launch-services.boot[m - -These depend on which getty you are -using, and whether you are using a -system supervisor or not. - -NOTE: If you are currently booted with - busybox-init you can poweroff/reboot - by running - - busybox-init poweroff - busybox-init reboot diff --git a/core/minit/sources b/core/minit/sources deleted file mode 100644 index c898877a..00000000 --- a/core/minit/sources +++ /dev/null @@ -1,4 +0,0 @@ -https://github.com/cemkeylan/minit/archive/0.1.0.tar.gz -files/poweroff -files/reboot -files/minit.post.shutdown diff --git a/core/minit/version b/core/minit/version deleted file mode 100644 index 7d459d01..00000000 --- a/core/minit/version +++ /dev/null @@ -1 +0,0 @@ -0.1.0 2 |