Pārlūkot izejas kodu

forgot lz file extension

thelamer 5 gadi atpakaļ
vecāks
revīzija
03bc0162ef
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      roles/netbootxyz/templates/menu/live-neon.ipxe

+ 2 - 2
roles/netbootxyz/templates/menu/live-neon.ipxe

@@ -18,8 +18,8 @@ goto current-boot
 
 :user-boot
 imgfree
-kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=http fetch=${squash_url} initrd=initrd
-initrd ${kernel_url}initrd
+kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=http fetch=${squash_url}
+initrd ${kernel_url}initrd.lz
 boot
 
 :live_exit