summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/ubuntu/functions-8.04
diff options
context:
space:
mode:
authorSebastian Schmelzer2008-09-02 12:17:12 +0200
committerSebastian Schmelzer2008-09-02 12:17:12 +0200
commitb53c4a2a016f52f3c5b551bb541736756ff84fea (patch)
tree4a4bdb981eff6a65fa0fe4886103c64b7f9aaf61 /initramfs/distro-specs/ubuntu/functions-8.04
parent* moved PXE-specific files into their new home (left other PXE-files in tftpb... (diff)
downloadcore-b53c4a2a016f52f3c5b551bb541736756ff84fea.tar.gz
core-b53c4a2a016f52f3c5b551bb541736756ff84fea.tar.xz
core-b53c4a2a016f52f3c5b551bb541736756ff84fea.zip
* add configuration for ubuntu udev init script
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2183 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs/ubuntu/functions-8.04')
-rw-r--r--initramfs/distro-specs/ubuntu/functions-8.045
1 files changed, 4 insertions, 1 deletions
diff --git a/initramfs/distro-specs/ubuntu/functions-8.04 b/initramfs/distro-specs/ubuntu/functions-8.04
index c50f9d41..342da6df 100644
--- a/initramfs/distro-specs/ubuntu/functions-8.04
+++ b/initramfs/distro-specs/ubuntu/functions-8.04
@@ -14,4 +14,7 @@
# initial ramfs - stage3) It may overwrite settings from the default config
# file (/etc/functions)
-# no changes from default
+config_udev {
+ rllinker "udev" 7 14
+ rllinker "udev-finish" 24 2
+}