summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/ubuntu/functions-8.04
blob: 1c00d9d8c700eb664d852c7097d524a34692f831 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright (c) 2003..2006 - RZ Uni Freiburg
# Copyright (c) 2006..2007 - OpenSLX GmbH
#
# This program/file is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
#
# If you have any feedback please consult http://openslx.org/feedback and
# send your feedback to feedback@openslx.org
#
# General information about OpenSLX can be found under http://openslx.org
#
# Configuration script for Ubuntu 8.04 configure OpenSLX linux stateless
# clients (merged in stage2 with ubuntu/functions-default - and loaded within
# 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
}