2011-04-26 12:26:24 +02:00
|
|
|
rc_base=/etc/rc.d
|
|
|
|
rc_functions=$rc_base/init.d/functions
|
|
|
|
rc_networkfunctions=$rc_base/init.d/network-functions
|
|
|
|
|
2011-04-27 19:48:38 +02:00
|
|
|
network_devices=/etc/sysconfig/network-scripts
|
2011-04-26 12:26:24 +02:00
|
|
|
|
|
|
|
# multithread = 0: enable standard PosiX SysV5 init
|
|
|
|
# multithread = 1: enable fast openamba multithreaded init
|
|
|
|
multithread=1
|
|
|
|
|
|
|
|
# disable automatic module deps update
|
|
|
|
#no_auto_depmod=1
|
|
|
|
|
|
|
|
# disable automatic ldconfig update
|
|
|
|
#no_auto_ldconfig=1
|