aboutsummaryrefslogtreecommitdiffstats
path: root/config.sample.yaml
blob: 4af1dea0005c1645eb28b77a06cf5e9322aa814c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
mirror: http://dl-cdn.alpinelinux.org/alpine
tpl: boot.ipxe.tpl
ipxe: /var/www/localhost/htdocs/boot-test.ipxe
branches:
  - latest-stable
archs:
  - x86
  - x86_64
  - aarch64
consoles:
  - tty0
  - ttyS0
  - ttyS1
  - ttyAMA0
flavors:
  - vanilla
  - virt
cmdline: modules=loop,squashfs quiet nomodeset
default:
  flavor: vanilla
  branch: latest-stable
...