summaryrefslogblamecommitdiffstats
path: root/initramfs/distro-specs/suse/functions-11.1
blob: d387b551c1f7384acab1b877f97f9f1f12f19fa9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                         
                                                                             












                                                                            


                                                             
                        

 
# Copyright (c) 2003..2006 - RZ Uni Freiburg
# Copyright (c) 2006..2009 - 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 OpenSuSE 11.1 to configure linux stateless clients
# (included by init, hwautocfg, servconfig within InitialRamFS after 
# inclusion of the main functions file). This file is the main base for the
# several SuSE distro versions

# settings of central variables (formerly done via config-*, these variables
# are disputable ...)
# D_DIRINBINDMNT - lists of directories to be created in bind mounted rw
# part of the client filesystem
# D_RODIRSINRW - ReadOnly Directories in RW part of filesystem to save on 
# TempFS usage
# D_DIRINDXS - directories in client filesystem which should be present 
# anyhow

# start portmapper (needed at least for nfs and nis services)
config_portmap () {
  # portmap is provided via rpcbind in suse 11.1
  rllinker "rpcbind" 4 5
}