mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-25 13:18:06 +07:00
main: show welcome string only when asked for
This commit is contained in:
parent
fd8bccfbf9
commit
455d8dc9ff
@ -932,6 +932,7 @@ int main(int argc, char *argv[]) {
|
|||||||
log_debug(PACKAGE_STRING " running in %s mode.", manager_running_as_to_string(arg_running_as));
|
log_debug(PACKAGE_STRING " running in %s mode.", manager_running_as_to_string(arg_running_as));
|
||||||
|
|
||||||
if (arg_running_as == MANAGER_SYSTEM && !serialization) {
|
if (arg_running_as == MANAGER_SYSTEM && !serialization) {
|
||||||
|
if (arg_show_status)
|
||||||
status_welcome();
|
status_welcome();
|
||||||
modprobe_setup(arg_nomodules);
|
modprobe_setup(arg_nomodules);
|
||||||
kmod_setup();
|
kmod_setup();
|
||||||
|
Loading…
Reference in New Issue
Block a user