16 lines
400 B
Plaintext
16 lines
400 B
Plaintext
rc_base=/etc/rc.d
|
|
rc_functions=$rc_base/init.d/functions
|
|
rc_networkfunctions=$rc_base/init.d/network-functions
|
|
|
|
network_devices=/etc/sysconfig/network-devices
|
|
|
|
# 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
|