Explorar el Código

Tune filename for vanilla os

Antony Messerli hace 8 meses
padre
commit
50ba5eacfc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      roles/netbootxyz/templates/menu/live-vanillaos.ipxe

+ 1 - 1
roles/netbootxyz/templates/menu/live-vanillaos.ipxe

@@ -25,7 +25,7 @@ goto boot
 :boot
 imgfree
 kernel ${kernel_url}vmlinuz boot=live fetch=${kernel_url}/filesystem.squashfs config username=vanilla user-fullname=Vanilla quiet splash bgrt_disable modprobe.blacklist=nouveau initrd=initrd.magic ${cmdline}
-initrd ${kernel_url}initrd.img
+initrd ${kernel_url}initrd
 boot
 
 :live_exit