do not show own build date on tty1
This commit is contained in:
parent
2108ca03ad
commit
e6b2ed190b
2
stage1.c
2
stage1.c
@ -428,7 +428,7 @@ int main(int argc, char **argv, char **env)
|
||||
prepare_progress();
|
||||
update_splash();
|
||||
init_modules_insmoding();
|
||||
snprintf(buf, sizeof(buf), "Welcome to %s " __DATE__ " " __TIME__, version);
|
||||
snprintf(buf, sizeof(buf), "Welcome to %s", version);
|
||||
init_frontend(buf);
|
||||
probe_hiddev();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user