x SuSE Linux 13.1-RELEASE x
x SuSE Linux 13.1-RELEASEx
wicked-firmware(8) wicked-firmware(8)
NAME
wicked firmware - manage netif-firmware-discovery extensions
SYNOPSIS
wicked firmware [options] <action> ...
DESCRIPTION
OPTIONS
--help, -h
show brief options and actions description and exit
ACTIONS
interfaces [options] [firmware name...|all]
Shows all or specified firmware extension names and the inter-
faces names they configure.
Options:
--format, -F <txt|xml>
Show the firmware interfaces as xml or (default) txt ta-
ble.
Example output:
# wicked firmware interfaces
nbft eth0 eth0.42
redfish usb0
# wicked firmware interfaces -F xml
<interfaces>
<firmware name="nbft">
<interface>eth0</interface>
<interface>eth0.42</interface>
</firmware>
<firmware name="redfish">
<interface>usb0</interface>
</firmware>
</interfaces>
extensions [options] [firmware name...|all]
Shows all or specified firmware extension names and their en-
abled/disabled status.
Options:
--format, -F <txt|xml>
Show the firmware extensions as xml override config or
(default) txt table.
--expand, -E
Expand xml to a complete firmware discovery extension
definition.
Example output:
# wicked firmware extensions
ibft enabled
nbft enabled
redfish disabled
# wicked firmware extensions -F xml redfish
<config>
<netif-firmware-discovery name="redfish" enabled="false"/>
</config>
# wicked firmware extensions -F xml -E ibft
<config>
<netif-firmware-discovery name="ibft">
<script name="show-config" command="/etc/wicked/extensions/ibft"/>
<script name="list-ifnames" command="/etc/wicked/extensions/ibft -l"/>
</netif-firmware-discovery>
</config>
disable [options] <firmware name... |all>
Disables the specified firmware extension(s)
Creates an xml override in the /etc/wicked/client-firmware.xml
file disabling the specified firmware extension(s) defined in
the /etc/wicked/client.xml file or it's includes.
Options:
--format, -F <txt|xml>
Show the modified firmware extension overrides in re-
quested format.
--show, -S
Show the modified firmware extensions on stdandard output
only (dry run).
enable [options] <firmware name... |all>
Enables the specified firmware extension(s)
Creates an xml override in the /etc/wicked/client-firmware.xml
file enabling the specified firmware extension(s) defined in the
/etc/wicked/client.xml file or it's includes.
Options:
--format, -F <txt|xml>
Show the modified firmware extension overrides in re-
quested format.
--show, -S
Show the modified firmware extensions on stdandard output
only (dry run).
revert [options] <firmware name... |all>
Reverts the enable-state override for specified firmware exten-
sion(s).
Reverts the enabled/disabled status to it's default defined in
the /etc/wicked/client.xml file or it's includes by removing the
specified firmware extension override from the
/etc/wicked/client-firmware.xml config file.
Options:
--format, -F <txt|xml>
Show the reverted firmware extension overrides in re-
quested format.
--show, -S
Show the reverted firmware extensions on stdandard output
only (dry run).
COPYRIGHT
Copyright (C) 2023 SUSE LLC
BUGS
Please report bugs as described at <https://bugs.opensuse.org>
SEE ALSO
wicked(8), wicked-redfish(8), wicked-config(5)
AUTHORS
Marius Tomaschewski.
Wicked User Manual Feb 28, 2023 wicked-firmware(8)
Want to link to this manual page? Use this URL:
<https://star2.abcm.com/cgi-bin/bsdi-man?query=wicked-firmware&sektion=8&manpath=>