From f167e4c7cf03bce415d011961eaf6ff5bcd0aa9f Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 14 Feb 2020 13:12:57 +0300 Subject: sinit: remove sinit-launch-services --- core/sinit/build | 2 -- core/sinit/checksums | 1 - core/sinit/files/sinit-launch-services.boot | 10 ---------- core/sinit/sources | 1 - core/sinit/version | 2 +- 5 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 core/sinit/files/sinit-launch-services.boot (limited to 'core') 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 -- cgit v1.2.3