Skip to content

Commit

Permalink
Fix type from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
antonym committed Dec 17, 2023
1 parent 5d672d5 commit d92b406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/netbootxyz/templates/menu/talos.ipxe.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!ipxe
!ipxe

# Talos
# https://github.com/siderolabs/talos/releases
Expand Down Expand Up @@ -74,7 +74,7 @@ isset ${talos_base_url} || set talos_base_url ${talos_mirror}/latest/download
isset ${talos_config_url} && set talos_config talos.config=${talos_config_url} ||
{# Edit releases.talos.custom_kernel_params in main.yml for custom kernel params #}
{% if releases.talos.custom_kernel_params is defined and releases.talos.custom_kernel_params %}
set boot_params {{ releases.talos.kernel_params }}
set boot_params {{ releases.talos.custom_kernel_params }}
{% else %}
set boot_params printk.devkmsg=on slab_nomerge pti=on console=ttyS0 console=tty0 init_on_alloc=1 init_on_free=1 consoleblank=0 nvme_core.io_timeout=4294967295 ima_template=ima-ng ima_appraise=fix ima_hash=sha512 talos.platform=${talos_platform} ${talos_config} initrd=initrd.magic ${cmdline}
{% endif %}
Expand Down

0 comments on commit d92b406

Please sign in to comment.