Skip to content

Commit

Permalink
Merge pull request #5885 from smitterl/install_update
Browse files Browse the repository at this point in the history
pxe_installation: add flag to void certificate error
  • Loading branch information
chloerh authored Sep 20, 2024
2 parents 53ed52e + adc534e commit 62fafc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virttools/tests/src/virt_install/pxe_installation.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def create_tftp_content(install_tree_url, kickstart_url):
label linux
kernel kernel.img
initrd initrd.img
append ip=dhcp inst.repo=%s inst.ks=%s
append ip=dhcp inst.repo=%s inst.ks=%s inst.noverifyssl
""" % (install_tree_url, kickstart_url)

with open(os.path.join(tftp_dir, boot_file), "w") as f:
Expand Down

0 comments on commit 62fafc9

Please sign in to comment.