mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zdev: add --deconfigure-all function for chzdev
Introduce --deconfigure-all feature, which will remove all available settings from the mentioned device. A typical device can have 10 different site-specific settings, active settings, persistent settings and sometimes auto-configured settings configured in it. --deconfigure-all can be used to remove all of them with a single command. usage: chzdev -D <device-id> chzdev --deconfigure-all <device-id> Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Vineeth Vijayan <vneethv@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
34146c3f92
commit
fa3dd0ec20
@@ -33,7 +33,8 @@ SETTINGS
|
||||
|
||||
ACTIONS
|
||||
-e, --enable Enable device
|
||||
-d, --disable Disable device
|
||||
-d, --disable Disable specified setting of the device
|
||||
-D, --disable-all Disable all the settings of the device
|
||||
-l, --list-attributes List attributes
|
||||
-L, --list-types List supported device types
|
||||
-H, --help-attribute Show detailed help on specified attribute
|
||||
|
||||
Reference in New Issue
Block a user