Skip to content

Commit

Permalink
fix: typo in grub.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
locmai committed Aug 6, 2022
1 parent 82f194d commit f48fea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metal/roles/pxe-server/templates/grub.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ set timeout=1
menuentry '{{ iso_url | basename | splitext | first }} (PXE)' {
linux vmlinuz \
ip=dhcp \
inst.ks=http://{{ ansible_default_ipv4.address }}/init-config/${net_default_mac}.inst.ks
inst.ks=http://{{ ansible_default_ipv4.address }}/init-config/${net_default_mac}.ks
initrd initrd.img
}
2 changes: 1 addition & 1 deletion metal/roles/wake/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
- name: Wait for the servers to comes up
ignore_unreachable: yes
wait_for_connection:
timeout: 900
timeout: 600

0 comments on commit f48fea9

Please sign in to comment.