From 716f7e8773d88823d785d42440e3c4307f0b82c8 Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Wed, 18 Dec 2024 18:18:58 +0200 Subject: [PATCH] Add footer file and installer template --- src/templates/dmm-installer-template.yaml | 15 +++++++++++++++ src/templates/footer.html | 12 ++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 src/templates/dmm-installer-template.yaml create mode 100644 src/templates/footer.html diff --git a/src/templates/dmm-installer-template.yaml b/src/templates/dmm-installer-template.yaml new file mode 100644 index 0000000..21b9ce8 --- /dev/null +++ b/src/templates/dmm-installer-template.yaml @@ -0,0 +1,15 @@ +#!/usr/bin/env dmm-perform-recipe + +module_path: + - local + +global_settings: + language: en + apt_depends: util-linux adduser parted e2fsprogs debootstrap + +recipe: + Install some packages: + module: aptpkg + function: install + packagooes: apt + chrooti: /tmp diff --git a/src/templates/footer.html b/src/templates/footer.html new file mode 100644 index 0000000..91b3f02 --- /dev/null +++ b/src/templates/footer.html @@ -0,0 +1,12 @@ + +
+ + + +
+ + + +
+ +