소스 검색

Fixes caine booting

Uses newer 20.04 method for network booting

Closes: https://github.com/netbootxyz/netboot.xyz/issues/1325
Antony Messerli 1 년 전
부모
커밋
fbc24d6c57
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/netbootxyz/defaults/main.yml

+ 1 - 1
roles/netbootxyz/defaults/main.yml

@@ -654,7 +654,7 @@ utilitiesefi:
     enabled: true
     initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
     kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
-      netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
+      netboot=url url=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
       {{ kernel_params }}
     name: CAINE
     type: direct