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