fixup! Use Jinja to manage includes
infra/kickstart/pipeline/head This commit looks good Details

Dustin 2025-07-03 09:37:35 -05:00
parent 7da8c3d4bf
commit faf380d842
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# vim: set ft=sh.jinja : {# vim: set ft=sh.jinja : -#}
bootloader --location none bootloader --location none
clearpart --all --initlabel --disklabel msdos clearpart --all --initlabel --disklabel msdos
part /boot/efi --fstype vfat --size 128 --label RASPBERRYPI part /boot/efi --fstype vfat --size 128 --label RASPBERRYPI

View File

@ -1,4 +1,4 @@
# vim: set ft=sh.jinja : {# vim: set ft=sh.jinja : -#}
{% include "fedora-disk-dch.ks" %} {% include "fedora-disk-dch.ks" %}
{% include "fedora-rpi-common.ks.j2" %} {% include "fedora-rpi-common.ks.j2" %}

View File

@ -1,4 +1,4 @@
# vim: set ft=sh.jinja : {# vim: set ft=sh.jinja : -#}
{% include "fedora-rpi-nvme-noswap.ks.j2" %} {% include "fedora-rpi-nvme-noswap.ks.j2" %}
logvol swap --fstype swap --name swap --vgname fedora --size 1024 --maxsize 8192 --label swap --grow logvol swap --fstype swap --name swap --vgname fedora --size 1024 --maxsize 8192 --label swap --grow

View File

@ -1,4 +1,4 @@
# vim: set ft=sh.jinja : {# vim: set ft=sh.jinja : -#}
ignoredisk --only-use /dev/mmcblk0 ignoredisk --only-use /dev/mmcblk0
{% include "fedora-disk-dch.ks" %} {% include "fedora-disk-dch.ks" %}
{% include "fedora-rpi-common.ks.j2" %} {% include "fedora-rpi-common.ks.j2" %}

View File

@ -1,4 +1,4 @@
# vim: set ft=sh.jinja sw=4 ts=4 sts=4 et : {# vim: set ft=sh.jinja sw=4 ts=4 sts=4 et : -#}
# Create the "standard" disk layout using only the first disk # Create the "standard" disk layout using only the first disk
# Other disks are left alone in case they already contain data, e.g. # Other disks are left alone in case they already contain data, e.g.