ble/wipe-command-arguments¶
A template to define the BLE config.txt with.
Defines an alternate command line set of options to the BlanccoLUNEraser
tool. The default definition should be suffiient.
Note that only the command line arguments and flags after the tools
binary name (BlanccoLUNEraser
) can be specified. This prevents
arbitrary command injection.
The default definition for the command line arguments can take advantage of the Tasks internal BASH Variable definitions. These primarly are:
$ALGO
- the defined wipe Algorithm parsed from theble/wipe-level
Param${TARGET_DEVS[@]}
- a built up array of thetarget=<DEV>
values of devices to wipe
The default defined arguments are as follows:
-y -simpleui algo=$ALGO ${TARGET_DEVS[@]}