autoprovision: split script+unit into separate files

Now that we're using Jinja to render the kickstart scripts, we can
separate out scripts, systemd unit files, etc. into their own files and
`include` them.  This makes editing them much easier, especially since
syntax highlighting will work correctly.
This commit is contained in:
2025-07-26 07:20:01 -05:00
parent a85f4cfde7
commit d8118e0fce
5 changed files with 31 additions and 29 deletions

View File

@@ -2,4 +2,4 @@
ignoredisk --only-use /dev/mmcblk0
{% include "fedora-disk-dch.ks" %}
{% include "fedora-rpi-common.ks.j2" %}
{% include "autoprovision.ks" %}
{% include "autoprovision.ks.j2" %}