summaryrefslogtreecommitdiff
path: root/src/modules/pacstrap/pacstrap.conf
blob: dfed557058fc8567a51c0f1b3c2805ddeb22bcb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
syntax: "YAML map of anything"
example:
    whats_this: "module-specific configuration"
    from_where: "pacstrap.conf"
a_list:
    - "item1"
    - "item2"
    - "item3"
    - "item4"
a_list_of_maps:
    - name: "an Item"
      contents:
        - "an element"
        - "another element"
    - name: "another item"
      contents:
        - "not much"