
functions
files
intro
|
|
ModulesConf
|
ModulesConf.ycp
|
All modules.conf related functions are here
|
|
|
|
global ModuleArgs (string name, string arg) -> void
|
|
ModuleArgs
save arguments for a kernel module
- Parameters:
name |
string, name of kernel module |
arg |
string, arguments ("opt1=val1 opt2=val2 ...") |
global RunDepmod (boolean force) -> void
|
|
RunDepmod
runs /sbin/depmod
!! call only when SCR runs on target !!
- Parameters:
force |
boolean, force depmod run (option "-a" instead of "-A") |
global Save (boolean force) -> void
|
|
Save
save module names and arguments to /etc/modules.conf
- Parameters:
force |
boolean, force depmod run even if /etc/modules.conf is unchanged
!! call only when SCR runs on target !! |
|