diff options
author | Tobias Powalowski <tobias@T-POWA-LX.(none)> | 2009-12-13 16:41:02 +0100 |
---|---|---|
committer | Tobias Powalowski <tobias@T-POWA-LX.(none)> | 2009-12-13 16:41:02 +0100 |
commit | 253cdd0f65aaabfecc73f6e26a6732339681781b (patch) | |
tree | 8061bc769bdb32e54cb56ca3f31fd06ffdf7631c /init | |
parent | ed09661ede164836b9107df192fedc3b84ac00c3 (diff) | |
download | mkinitcpio-253cdd0f65aaabfecc73f6e26a6732339681781b.tar.gz mkinitcpio-253cdd0f65aaabfecc73f6e26a6732339681781b.tar.xz |
added done message to udevd startup
Diffstat (limited to 'init')
-rw-r--r-- | init | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |