diff options
| author | Keith M Wesolowski <wesolows@foobazco.org> | 2013-03-28 22:36:42 +0000 |
|---|---|---|
| committer | Keith M Wesolowski <wesolows@foobazco.org> | 2013-03-28 22:58:31 +0000 |
| commit | 69f1a29c0a273d0df7d94ffad4e08ce6b4b1fc3f (patch) | |
| tree | b9ff106341ea7d62d62e92dab9a1a941d0ea7efd /usr/src/grub | |
| parent | 843a1becbb3da7ebcc0cb1ff6007d987463521a7 (diff) | |
| download | illumos-joyent-69f1a29c0a273d0df7d94ffad4e08ce6b4b1fc3f.tar.gz | |
OS-2081 GRUB console device help message needs to be more helpful
Diffstat (limited to 'usr/src/grub')
| -rw-r--r-- | usr/src/grub/grub-0.97/stage2/stage2.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/grub/grub-0.97/stage2/stage2.c b/usr/src/grub/grub-0.97/stage2/stage2.c index 292ac308df..c02e9ef2e4 100644 --- a/usr/src/grub/grub-0.97/stage2/stage2.c +++ b/usr/src/grub/grub-0.97/stage2/stage2.c @@ -340,7 +340,9 @@ restart: console = get_variable("os_console"); if (console != NULL) { printf("\n\n Selected OS console device is '%s'." - "\n Use 'variable' command to change OS console device.", + "\n To change OS console device, enter command-line mode" + "\n and use 'variable os_console <dev>', then Esc to return." + "\n Valid <dev> values are: ttya, ttyb, ttyc, ttyd, vga", console); } |
