Opened 7 years ago

Closed 5 years ago

#150 closed defect (fixed)

subsystem>bce>boot.info listing of commands and keywords is incorrect

Reported by: canthony Owned by: Eric Swenson
Priority: minor Milestone: MR12.7
Component: Documentation Version: MR12.6f
Keywords: bce boot Cc:

Description (last modified by Eric Swenson)

boot.info shows the syntax as

boot {command} {keywords} {-control_arg}

and lists the commands as

mult salv stan star

Using "boot salv" results in:

system_startup_: salv is not a legal command. Type help for a list of commands.

Examination of system_startup_.pl1, command_abbrev shows the following accepted abbreviations

av, ld, mult, dlv, dv, shut, stan, star, sv, alv, addd, deld, sdu

Although "salvage_dirs" is a command, "salv" is not a valid abbreviation and cannot be used in a boot command.

Second, the following keywords are listed:

nodt nolv rlvs rpvs

Examination of system_startup_.pl1. intk_card.parms shows the following tested values:

nodt nolv nosc

and accept_rpv.pl1:

rpvs rlvs

"nosc" should be documented.

Change History (5)

comment:1 by Eric Swenson, 7 years ago

Description: modified (diff)

comment:3 by Eric Swenson, 7 years ago

Milestone: MR12.6g
Priority: majorminor
Status: newaccepted
Version: MR12.6f

comment:4 by Eric Swenson, 7 years ago

Milestone: MR12.6gMR12.7

Milestone renamed

comment:5 by Eric Swenson, 5 years ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.