Added missing VAX 8600 message display after boot command returns
This commit is contained in:
parent
425ef4f113
commit
fbb783f5dd
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ DEVICE abus_dev = {
|
||||||
|
|
||||||
CTAB vax860_cmd[] = {
|
CTAB vax860_cmd[] = {
|
||||||
{ "BOOT", &vax860_boot, RU_BOOT,
|
{ "BOOT", &vax860_boot, RU_BOOT,
|
||||||
"bo{ot} <device>{/R5:flg} boot device\n" },
|
"bo{ot} <device>{/R5:flg} boot device\n", &run_cmd_message },
|
||||||
{ NULL }
|
{ NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue