summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stdio-frontend.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-04-06 16:51:17 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-04-06 16:51:17 +0000
commit0639e8c6ce3ffb911f94fde82a7174bf242c51ff (patch)
tree705af3a639ba21d412641ff03c1f641c6a1c1e54 /mdk-stage1/stdio-frontend.c
parent2a6438dbeeee404a22b7d58916f095accc4e52cc (diff)
downloaddrakx-0639e8c6ce3ffb911f94fde82a7174bf242c51ff.tar
drakx-0639e8c6ce3ffb911f94fde82a7174bf242c51ff.tar.gz
drakx-0639e8c6ce3ffb911f94fde82a7174bf242c51ff.tar.bz2
drakx-0639e8c6ce3ffb911f94fde82a7174bf242c51ff.tar.xz
drakx-0639e8c6ce3ffb911f94fde82a7174bf242c51ff.zip
- do not print warning when we are in AUTOMATIC and insmod failed because of file-not-found in mar file (raid cards, etc)
- print "please include msg from Alt-F3" for this warning message to ease further support - print pci entry of cards found in te logs
Diffstat (limited to 'mdk-stage1/stdio-frontend.c')
-rw-r--r--mdk-stage1/stdio-frontend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/stdio-frontend.c b/mdk-stage1/stdio-frontend.c
index 6d6794d06..a8622bf1c 100644
--- a/mdk-stage1/stdio-frontend.c
+++ b/mdk-stage1/stdio-frontend.c
@@ -46,7 +46,7 @@ void finish_frontend(void)
static void get_any_response(void)
{
unsigned char t;
- printf(" (press <enter> to proceed)");
+ printf("\n\t(press <enter> to proceed)");
fflush(stdout);
read(0, &t, 1);
fcntl(0, F_SETFL, O_NONBLOCK);