1BOOM(5) FILE FORMATS MANUAL BOOM(5)
2
3
4
6 boom.conf — boom configuration file
7
9 /boot/boom/boom.conf
10
12 boom.conf is loaded during the initialisation of boom and contains con‐
13 figuration keys affecting boom's global behaviour and the setting of
14 boom's legacy configuration support.
15
16 The file is structured in INI format: section headers appear in square
17 brackets and configuration values appear as key-value pairs with one
18 pair per line.
19
21 global The global section contains the boot_path and boom_path keys
22 that may be used to override the location of the /boot mount
23 point and /boot/boom configuration directory respectively.
24
25 legacy The legacy section contains settings to enable and configure
26 support for non-BLS boot loader configuration formats.
27
28 To enable legacy boot loader support set the enable key to yes
29 or true and set the format key to the required format (currently
30 only grub syntax is supported).
31
32 If the value of the sync key is true the legacy configuration
33 will be automatically written whenever entries are added,
34 removed, or modified.
35
37 Bryn M. Reeves <bmr@redhat.com>
38
40 Boom project page: https://github.com/bmr-cymru/boom
41 Boot to snapshot documentation: https://github.com/bmr-cymru/snapshot-
42 boot-docs
43 LVM2 resource page: https://www.sourceware.org/lvm2/
44 Device-mapper resource page: http://sources.redhat.com/dm/
45
46
47
48Linux Mar 09 2018 BOOM(5)