welcome message

This commit is contained in:
Anton Farygin 2004-04-14 18:36:38 +00:00
parent 3eed7ca34a
commit 78e009a47a

View File

@ -369,12 +369,12 @@ int main(int argc, char **argv, char **env)
spawn_interactive();
open_log();
log_message("welcome to the " DISTRIB_NAME " install (mdk-stage1, version " VERSION " built " __DATE__ " " __TIME__")");
log_message("welcome to the " DISTRIB_NAME " install (alt-stage1, built " __DATE__ " " __TIME__")");
process_cmdline();
handle_env(env);
spawn_shell();
init_modules_insmoding();
init_frontend("Welcome to " DISTRIB_NAME " (" VERSION ") " __DATE__ " " __TIME__);
init_frontend("Welcome to " DISTRIB_NAME __DATE__ " " __TIME__);
if (IS_EXPERT)
expert_third_party_modules();