diff --git a/ansible/roles/test/templates/grub.cfg b/ansible/roles/test/templates/grub.cfg index 498e433..95ad456 100644 --- a/ansible/roles/test/templates/grub.cfg +++ b/ansible/roles/test/templates/grub.cfg @@ -19,7 +19,7 @@ set timeout=1 menuentry 'Install' { {%- if distro.startswith('leap15') %} - linux linux ro autoyast=http://{{ repo }}/{{ distro }}-autoyast install=http://{{ repo }}/openSUSE-Leap-{{ distro[4:] }}-DVD-{{ arch }}-Current ifcfg={{ interface }}=dhcp textmode=1 display=1 proxy={{ proxy }} vnc=1 VNCPassword=12345678 + linux linux ro autoyast=http://{{ repo }}/{{ distro }}-autoyast install=http://{{ repo }}/openSUSE-Leap-{{ distro[4:] }}-DVD-{{ arch }}-Current ifcfg={{ interface }}=dhcp textmode=1 display=1 proxy={{ proxy }} vnc=1 VNCPassword=12345678 zyppargs="--option download.use_metalink=false" initrd initrd {% else %} linux vmlinuz ro ip={{ interface }}:dhcp inst.ks=http://{{ repo }}/{{ distro }}-kickstart diff --git a/ansible/roles/test/templates/leap15.5-autoyast b/ansible/roles/test/templates/leap15.5-autoyast index dca6823..fc584ca 100644 --- a/ansible/roles/test/templates/leap15.5-autoyast +++ b/ansible/roles/test/templates/leap15.5-autoyast @@ -172,6 +172,10 @@ curl -so /dev/null http://{{ repo }}/autoyast-progress/pre-install-leap15.5 || t > /etc/zypp/zypp.conf curl -so /dev/null http://{{ repo }}/autoyast-progress/zypper-update-leap15.5 || true zypper -n update curl -so /dev/null http://{{ repo }}/autoyast-progress/zypper-update-done-leap15.5 || true @@ -200,6 +204,7 @@ curl -so /dev/null http://{{ repo }}/autoyast-progress/post-complete-leap15.5 ||