diff options
Diffstat (limited to 'core/carbs-init')
-rwxr-xr-x | core/carbs-init/build | 6 | ||||
-rw-r--r-- | core/carbs-init/checksums | 1 | ||||
-rwxr-xr-x | core/carbs-init/post-install | 13 | ||||
-rw-r--r-- | core/carbs-init/sources | 1 | ||||
-rw-r--r-- | core/carbs-init/version | 1 |
5 files changed, 22 insertions, 0 deletions
diff --git a/core/carbs-init/build b/core/carbs-init/build new file mode 100755 index 00000000..97c33153 --- /dev/null +++ b/core/carbs-init/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +mkdir -p "$1/usr" + +cp -R etc "$1" +cp -R lib "$1/usr" diff --git a/core/carbs-init/checksums b/core/carbs-init/checksums new file mode 100644 index 00000000..13affdfe --- /dev/null +++ b/core/carbs-init/checksums @@ -0,0 +1 @@ +5fcfc48b1f8493c0db36a6953e326c1a init-0.1.tar.gz diff --git a/core/carbs-init/post-install b/core/carbs-init/post-install new file mode 100755 index 00000000..78b3038c --- /dev/null +++ b/core/carbs-init/post-install @@ -0,0 +1,13 @@ +#!/bin/sh + +cat <<EOF + +NOTE: 'udevd' is now killed once the boot is + complete as the daemon is optional. + +NOTE: If you require the daemon, it can be + enabled as a runit service + +-> ln -s /etc/sv/udevd/ /var/servie/ + +EOF diff --git a/core/carbs-init/sources b/core/carbs-init/sources new file mode 100644 index 00000000..869db535 --- /dev/null +++ b/core/carbs-init/sources @@ -0,0 +1 @@ +https://carbslinux.org/git/archives/init/init-0.1.tar.gz diff --git a/core/carbs-init/version b/core/carbs-init/version new file mode 100644 index 00000000..084a74c2 --- /dev/null +++ b/core/carbs-init/version @@ -0,0 +1 @@ +0.1 1 |