From 78e009a47ad7927904adc2a64813b0db1ef5af0f Mon Sep 17 00:00:00 2001 From: Anton Farygin Date: Wed, 14 Apr 2004 18:36:38 +0000 Subject: [PATCH] welcome message --- stage1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stage1.c b/stage1.c index a8591cf..4de0242 100644 --- a/stage1.c +++ b/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();