summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init1
1 files changed, 1 insertions, 0 deletions
diff --git a/init b/init
index 5e1f6fd..8885b39 100644
--- a/init
+++ b/init
@@ -20,6 +20,7 @@ if [ -x /sbin/udevd ]; then
msg ":: Starting udevd..."
echo > /proc/sys/kernel/hotplug
/sbin/udevd --daemon
+ msg "done."
fi
for cmd in ${CMDLINE}; do