aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-14 13:12:57 +0300
committerCem Keylan <cem@ckyln.com>2020-02-14 14:04:29 +0300
commitf167e4c7cf03bce415d011961eaf6ff5bcd0aa9f (patch)
treeec5e4555da5103ed41a892a82693591e3ed3ddb0 /core
parent4ccde4299ce8fbce4ff4c876b8dedcebee0372a1 (diff)
downloadrepository-f167e4c7cf03bce415d011961eaf6ff5bcd0aa9f.tar.gz
sinit: remove sinit-launch-services
Diffstat (limited to 'core')
-rwxr-xr-xcore/sinit/build2
-rw-r--r--core/sinit/checksums1
-rw-r--r--core/sinit/files/sinit-launch-services.boot10
-rw-r--r--core/sinit/sources1
-rw-r--r--core/sinit/version2
5 files changed, 1 insertions, 15 deletions
diff --git a/core/sinit/build b/core/sinit/build
index 1466e64d..e51e3f5c 100755
--- a/core/sinit/build
+++ b/core/sinit/build
@@ -9,7 +9,5 @@ ln -s sinit "$1/usr/bin/init"
install -Dm755 poweroff "$1/usr/bin/poweroff"
install -Dm755 reboot "$1/usr/bin/reboot"
-install -Dm644 sinit-launch-services.boot "$1/etc/init/sinit-launch-services.boot"
-
# shellcheck disable=2086
"${CC:-gcc}" -o "$1/usr/bin/kpow" init/bin/kpow.c $CFLAGS -static
diff --git a/core/sinit/checksums b/core/sinit/checksums
index 96238fd6..4fc20a8d 100644
--- a/core/sinit/checksums
+++ b/core/sinit/checksums
@@ -3,5 +3,4 @@ c334ec2395fab8e45800c97b2f032395262ea7e61adc2be2f3b59fd565c292d8 0.4.tar.gz
6f0f1a5f2f43b5bcfd4beaa93e1a49438d398cf758d7813bc6ba86b5156357a8 config.h
f638aaa23383da584d3a56347a8e279abdc7c9c521661ef54a5bc8b955c5632b reboot
4da8b0c2771a9046a7ce2ded49beb5297045e9979796e5e4b390168286f05379 poweroff
-3aa8642d8a1058876f3a47639640a81887298eac992bf15e41fbe420738b09ef sinit-launch-services.boot
5e2541aa672d80a8d0fcef694e4a4e74b8a0b12d415e7189228b793a4411ccd1 sinit.post.shutdown
diff --git a/core/sinit/files/sinit-launch-services.boot b/core/sinit/files/sinit-launch-services.boot
deleted file mode 100644
index 6ba14057..00000000
--- a/core/sinit/files/sinit-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/sinit/sources b/core/sinit/sources
index 5b8b15df..321b9e88 100644
--- a/core/sinit/sources
+++ b/core/sinit/sources
@@ -3,5 +3,4 @@ https://github.com/kisslinux/init/archive/0.4.tar.gz init
files/config.h sinit
files/reboot
files/poweroff
-files/sinit-launch-services.boot
files/sinit.post.shutdown
diff --git a/core/sinit/version b/core/sinit/version
index f8b0b375..08ad782f 100644
--- a/core/sinit/version
+++ b/core/sinit/version
@@ -1 +1 @@
-1.1 1
+1.1 2