bios-driver¶
The tasks that an bios baseline process should use.
This parameter lets the bioscfg command know what tooling it should use to get and set BIOS configuration values on a machine. The current options are :
dell
which will useracadm
to get and set BIOS settings viaracadm get
.hp
which will useconrep
to get and set BIOS settings.lenovo
which will useonecli
to get and set BIOS viaonecli config
.supermicro
whicl will usesum
to get and set BIOS settings.none
which does nothing.
Support for other BIOS configuration tooling is welcome.