From 2682f6a7441fe2b549f19d5453e9f8c785305bc2 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Wed, 27 Jun 2018 12:55:19 +0000 Subject: use images from offical mirror Do not generate images locally but instead generate signatures locally and use images from offical mirror. - generate ipxe boot script from template - add option to start sshd with firstboot - add version information when selecting branch - verify netboot releases with gpg signature - added ncopa.asc gpg public key --- config.sample.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 config.sample.yaml (limited to 'config.sample.yaml') 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 -- cgit v1.2.3