diff options
author | Mike Fulbright <msf@redhat.com> | 2000-06-27 19:57:38 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-06-27 19:57:38 +0000 |
commit | d70e9613f8bedf3f1afd967b38eeae0a64276385 (patch) | |
tree | 65b96f53c2e65861ec9a21a4b6a929e76e0da668 /loader/loader.c | |
parent | 5ea4219f5f8b98093535fc22efab395d8001e19a (diff) | |
download | anaconda-d70e9613f8bedf3f1afd967b38eeae0a64276385.tar.gz anaconda-d70e9613f8bedf3f1afd967b38eeae0a64276385.tar.xz anaconda-d70e9613f8bedf3f1afd967b38eeae0a64276385.zip |
Added message saying rescue shell on VC2
Diffstat (limited to 'loader/loader.c')
-rw-r--r-- | loader/loader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/loader.c b/loader/loader.c index 5570cff3f..f602b6295 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -2473,6 +2473,7 @@ logMessage("getting ready to spawn shell now"); } while (rc); } *argptr++ = "/bin/sh"; + printf("Loading rescue command shell on VC2 - use ALT-F2 to use\n"); } else { if (!access("./anaconda", X_OK)) *argptr++ = "./anaconda"; |