From 6dc7467fd0351fb6bc40d1d0039aeb2e82f98271 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Sat, 8 Feb 2003 20:17:07 +0000 Subject: when probing that we're in testing mode, print out the pid (since the probe is based on the pid and some recent machines seem to interact badly with that when in bad acpi mood) --- mdk-stage1/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/init.c') diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c index 8bc23533c..ad3950d57 100644 --- a/mdk-stage1/init.c +++ b/mdk-stage1/init.c @@ -348,7 +348,7 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)) printf("\033[8]"); } else - printf("*** TESTING MODE ***\n"); + printf("*** TESTING MODE *** (pid is %d)\n", getpid()); printf("\n\t\t\t\033[1;40mWelcome to \033[1;36mMandrake\033[0;39m Linux\n\n"); -- cgit v1.2.1