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