#
# Title that will be shown in the bsdconfig menu.
#
menu_title="CBSD Config"

#
# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
# short because any line longer than the terminal width will be truncated.
#
menu_help="Configure CBSD"

#
# Two-part variable that defines an action to take when `keyword' is passed on
# a bsdconfig command line. Variable takes the form "keyword|command" and
# multiple occurrences of the variable (with different `keyword's, or different
# `keyword's AND `command's) are allowed.  If `command' begins with a '/' then
# the full path to the program is needed. If `command' begins with anything
# else it is a path relative to the directory this INDEX file is in. `keyword'
# can be i18n'ed but `command' is the name of a script.
#
menu_selection="cbsd|cbsd"
menu_selection="basecfg|basecfg"
menu_selection="bhyvedsk|bhyvedsk"
menu_selection="bhyve-dskcontroller|bhyve-dskcontroller"
menu_selection="bhyve-newcontroller|bhyve-newcontroller"
menu_selection="bhyve-cfgcontroller|bhyve-cfgcontroller"
menu_selection="bhyve-nvme|bhyve-nvme"
menu_selection="bhyve-new-nvme|bhyve-new-nvme"
menu_selection="bhyve-cfg-nvme|bhyve-cfg-nvme"
menu_selection="bhyvenic|bhyvenic"
menu_selection="jailnic|jailnic"
menu_selection="bhyvedsk-newdsk|bhyvedsk-newdsk"
menu_selection="bhyvedsk-cfgdsk|bhyvedsk-cfgdsk"
menu_selection="bhyvenic-newnic|bhyvenic-newnic"
menu_selection="bhyvenic-cfgnic|bhyvenic-cfgnic"
menu_selection="jailnic-newnic|jailnic-newnic"
menu_selection="jailnic-cfgnic|jailnic-cfgnic"
menu_selection="node|node"
menu_selection="node-new|node-new"
menu_selection="node-cfg|node-cfg"
menu_selection="repo|repo"
menu_selection="xendsk|xendsk"
menu_selection="xennic|xennic"
menu_selection="xendsk-newdsk|xendsk-newdsk"
menu_selection="xendsk-cfgdsk|xendsk-cfgdsk"
menu_selection="xennic-newnic|xennic-newnic"
menu_selection="xennic-cfgnic|xennic-cfgnic"
menu_selection="qemudsk|qemudsk"
menu_selection="qemunic|qemunic"
menu_selection="qemudsk-newdsk|qemudsk-newdsk"
menu_selection="qemudsk-cfgdsk|qemudsk-cfgdsk"
menu_selection="qemunic-newnic|qemunic-newnic"
menu_selection="qemunic-cfgnic|qemunic-cfgnic"

#
# ------------ Items below this line do NOT need i18n translation ------------
#
# Name of the program to be run when this menu choice is selected. If it begins
# with a '/' then the full path to the program is needed. If it begins with
# anything else it is a path relative to the directory this INDEX file is in.
#
menu_program="cbsd"
