nvr2: Migrate to Jinja
All checks were successful
infra/kickstart/pipeline/head This commit looks good
All checks were successful
infra/kickstart/pipeline/head This commit looks good
This commit is contained in:
15
nvr2.ks.j2
Normal file
15
nvr2.ks.j2
Normal file
@@ -0,0 +1,15 @@
|
||||
{# vim: set ft=sh.jinja sw=4 ts=4 sts=4 et : -#}
|
||||
|
||||
# Create the "standard" disk layout using only the first disk
|
||||
# Other disks are left alone in case they already contain data, e.g.
|
||||
# migrated from another system.
|
||||
ignoredisk --only-use /dev/nvme0n1
|
||||
bootloader --location mbr
|
||||
clearpart --all --initlabel
|
||||
reqpart
|
||||
|
||||
network --hostname=nvr2.pyrocufflink.blue
|
||||
|
||||
{% include "fedora-disk-dch.ks" %}
|
||||
{% include "fedora-common.ks" %}
|
||||
{% include "autoprovision.ks.j2" %}
|
||||
Reference in New Issue
Block a user