NUMLOCK--Example
To ensure that NUM LOCK is always ON when the startup menu appears, include
the following command in the [MENU] block.
For example, the following menu block defines three menu items, sets the
default item to "full_config," and sets NUM LOCK to ON:
[menu]
menuitem=base_config,Base configuration only
menuitem=full_config,Normal configuration
menuitem=network,Normal configuration with network
menudefault=full_config
numlock=on
|