summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/ubuntu
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs/distro-specs/ubuntu')
-rw-r--r--initramfs/distro-specs/ubuntu/functions-default1
1 files changed, 0 insertions, 1 deletions
diff --git a/initramfs/distro-specs/ubuntu/functions-default b/initramfs/distro-specs/ubuntu/functions-default
index 21d8c2e3..03652d68 100644
--- a/initramfs/distro-specs/ubuntu/functions-default
+++ b/initramfs/distro-specs/ubuntu/functions-default
@@ -64,7 +64,6 @@ config_distro () {
udev_hotplug () {
local result=0
[ -d /etc/hotplug -a -d /etc/hotplug.d ] || error "$df_errhotpl" nonfatal
- echo "Enabling hotplug/udev"
udevstart || result=1
udevd -d || result=1
return $result