newvm: Update default kickstart location

Since the kickstart scripts are now generated from templates by Jenkins,
we need to fetch the final rendered artifacts from the PXE server,
rather than the source files from Gitea.
unifi-restore
Dustin 2025-07-14 15:42:42 -05:00
parent 7823a2ceaf
commit 0824e6bea0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ METADATA_XMLNS='http://du5t1n.me/xmlns/libvirt/metadata/'
memory=2048 memory=2048
vcpus=2 vcpus=2
disk_size=16 disk_size=16
kickstart=https://git.pyrocufflink.net/infra/kickstart/raw/branch/master/fedora.ks kickstart='http://pxe.pyrocufflink.blue/kickstart/master/fedora.ks'
fedora=$(rpm -E %fedora) fedora=$(rpm -E %fedora)
network=network=kube network=network=kube
dnsdomain=host.pyrocufflink.black dnsdomain=host.pyrocufflink.black