do not show own build date on tty1

This commit is contained in:
Sergey Bolshakov 2007-08-08 20:03:36 +04:00
parent 2108ca03ad
commit e6b2ed190b

View File

@ -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();