diff options
author | Cem Keylan <cem@ckyln.com> | 2020-02-14 13:14:23 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-02-14 14:04:29 +0300 |
commit | bf9e3fa7014fbcf70486be46d09c1e972076b367 (patch) | |
tree | f4182df98c9a3b4be8580c62ab5f0c77ebf8317b /core | |
parent | f167e4c7cf03bce415d011961eaf6ff5bcd0aa9f (diff) | |
download | repository-bf9e3fa7014fbcf70486be46d09c1e972076b367.tar.gz |
minit: remove launch-services.boot
Diffstat (limited to 'core')
-rwxr-xr-x | core/minit/build | 1 | ||||
-rw-r--r-- | core/minit/checksums | 1 | ||||
-rw-r--r-- | core/minit/files/launch-services.boot | 10 | ||||
-rw-r--r-- | core/minit/sources | 1 | ||||
-rw-r--r-- | core/minit/version | 2 |
5 files changed, 1 insertions, 14 deletions
diff --git a/core/minit/build b/core/minit/build index 608e17c4..c1304ed9 100755 --- a/core/minit/build +++ b/core/minit/build @@ -6,5 +6,4 @@ make DESTDIR="$1" PREFIX=/usr install ln -s minit "$1/usr/bin/init" install -Dm755 -t "$1/usr/bin" reboot poweroff -install -Dm644 launch-services.boot "$1/etc/init/launch-services.boot" install -Dm644 minit.post.shutdown "$1/etc/init/minit.post.shutdown" diff --git a/core/minit/checksums b/core/minit/checksums index ba64d758..8b57b92b 100644 --- a/core/minit/checksums +++ b/core/minit/checksums @@ -1,5 +1,4 @@ 5ccf4eb8e663be2483ad469470453a7622a0f79d25d9aee8b216867c419888dd 0.1.0.tar.gz 4da8b0c2771a9046a7ce2ded49beb5297045e9979796e5e4b390168286f05379 poweroff f638aaa23383da584d3a56347a8e279abdc7c9c521661ef54a5bc8b955c5632b reboot -3aa8642d8a1058876f3a47639640a81887298eac992bf15e41fbe420738b09ef launch-services.boot 4588e3c6337c1f92d3120bebd774fdcd2a85d70f150d68293527798c6e5a031d minit.post.shutdown diff --git a/core/minit/files/launch-services.boot b/core/minit/files/launch-services.boot deleted file mode 100644 index 6ba14057..00000000 --- a/core/minit/files/launch-services.boot +++ /dev/null @@ -1,10 +0,0 @@ -# We are going to start runit and getty here - -# Uncomment to enable gettys -# for getty in 1 2 3 4 5 6 ; do -# while :; do /sbin/getty tty${getty} 0 linux ; done & # busybox getty -# # while :; do /sbin/getty tty${getty} linux ; done & # ubase getty -# done - -# Uncomment enable runit services -# while :; do /usr/bin/runsvdir -P /var/service ; done & diff --git a/core/minit/sources b/core/minit/sources index b615bd1f..c898877a 100644 --- a/core/minit/sources +++ b/core/minit/sources @@ -1,5 +1,4 @@ https://github.com/cemkeylan/minit/archive/0.1.0.tar.gz files/poweroff files/reboot -files/launch-services.boot files/minit.post.shutdown diff --git a/core/minit/version b/core/minit/version index 6c5d3836..7d459d01 100644 --- a/core/minit/version +++ b/core/minit/version @@ -1 +1 @@ -0.1.0 1 +0.1.0 2 |