summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/ubuntu/functions-8.04
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs/distro-specs/ubuntu/functions-8.04')
-rw-r--r--initramfs/distro-specs/ubuntu/functions-8.0410
1 files changed, 1 insertions, 9 deletions
diff --git a/initramfs/distro-specs/ubuntu/functions-8.04 b/initramfs/distro-specs/ubuntu/functions-8.04
index 1c00d9d8..c50f9d41 100644
--- a/initramfs/distro-specs/ubuntu/functions-8.04
+++ b/initramfs/distro-specs/ubuntu/functions-8.04
@@ -14,12 +14,4 @@
# initial ramfs - stage3) It may overwrite settings from the default config
# file (/etc/functions)
-config_udev () {
- if [ -f /mnt/etc/init.d/udev ] ; then
- rllinker "udev" 7 14
- fi
- if [ -f /mnt/etc/init.d/udev-finish ] ; then
- rllinker "udev-finish" 24 2
- fi
-}
-
+# no changes from default