diff options
Diffstat (limited to 'core/carbs-init/post-install')
-rwxr-xr-x | core/carbs-init/post-install | 13 |
1 files changed, 13 insertions, 0 deletions
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 |