1 # BITS configuration file
4 # To run BITS in batch mode, set batch to a list of one or more of the
5 # following keywords; BITS will then run all of the requested operations, then
6 # save the log file to disk.
8 # test: Run the full BITS testsuite.
9 # acpi: Dump all ACPI structures.
10 # smbios: Dump all SMBIOS structures.
12 # Leave batch set to an empty string to disable batch mode.
15 # Uncomment the following to run all available batch operations
16 # please take a look at boot/python/init.py in bits zip file
17 # to see how these options are parsed and used.
18 batch = test acpi smbios