From 5dadd1307a5c7f189e4bfe941cfd9e1197e18a00 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 16 Jul 2002 14:06:52 +0000 Subject: extend a bit fatal error when trying to execute /usr/bin/runinstall2 and it's not possible --- mdk-stage1/stage1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index b70cf33a3..44ed25155 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -461,6 +461,7 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)) execve(stage2_args[0], stage2_args, grab_env()); printf("error in exec of stage2 :-(\n"); + printf("trying to execute '/usr/bin/runinstall2' from the installation volume,\nthe following fatal error occurred\n"); fatal_error(strerror(errno)); return 0; /* shut up compiler (we can't get here anyway!) */ -- cgit v1.2.1