1# BITS configuration file 2[bits] 3 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. 7# 8# test: Run the full BITS testsuite. 9# acpi: Dump all ACPI structures. 10# smbios: Dump all SMBIOS structures. 11# 12# Leave batch set to an empty string to disable batch mode. 13# batch = 14 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. 18batch = test acpi smbios 19