welcome message
This commit is contained in:
parent
3eed7ca34a
commit
78e009a47a
4
stage1.c
4
stage1.c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user