Fix/remove leftover.

This commit is contained in:
Andreas B. Mundt 2022-07-12 22:03:26 +02:00 committed by Andreas B. Mundt
parent 291866eb93
commit d9d36d5c92
3 changed files with 2 additions and 56 deletions

View file

@ -103,7 +103,7 @@
:{{ item.item.key }}
echo Booting Debian GNU/Linux {{ item.item.key }} NFS
kernel ${210:string}d-i/n-live/{{ item.item.key }}/live/vmlinuz-{{ item.stdout }} \
initrd=initrd.img-5.10.0-13-amd64 {{ boot_params|join(' ') }} \
initrd=initrd.img-{{ item.stdout }} {{ boot_params|join(' ') }} \
nfsroot={{ ansible_default_ipv4.address }}:/var/lib/tftpboot/d-i/n-live/{{ item.item.key }}/
initrd ${210:string}d-i/n-live/{{ item.item.key }}/live/initrd.img-{{ item.stdout }}
boot