aboutsummaryrefslogtreecommitdiffstats
path: root/config.sample.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config.sample.yaml')
-rw-r--r--config.sample.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/config.sample.yaml b/config.sample.yaml
new file mode 100644
index 0000000..4af1dea
--- /dev/null
+++ b/config.sample.yaml
@@ -0,0 +1,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
+... \ No newline at end of file