Ver código fonte

Merge pull request #518 from netbootxyz/lite-fix

fix broken linux lite menu
Antony Messerli 5 anos atrás
pai
commit
e3600febb1
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      roles/netbootxyz/templates/menu/live-lite.ipxe

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

@@ -15,9 +15,9 @@ goto ${live_version}
 :4
 set squash_url ${live_endpoint}{{ endpoints["linux-lite-4-squash"].path }}filesystem.squashfs
 set kernel_url ${live_endpoint}{{ endpoints["linux-lite-4-squash"].path }}
-goto live-boot
+goto boot
 
-:4-boot
+:boot
 imgfree
 kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=http fetch=${squash_url} username=linuxlite userfullname=linuxlite initrd=initrd
 initrd ${kernel_url}initrd