Răsfoiți Sursa

need ubiquity kernel command line for installer to start properly

thelamer 5 ani în urmă
părinte
comite
07388a5627
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      roles/netbootxyz/templates/menu/live-elementary.ipxe.j2

+ 1 - 1
roles/netbootxyz/templates/menu/live-elementary.ipxe.j2

@@ -27,7 +27,7 @@ goto boot
 
 :boot
 imgfree
-kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=http fetch=${squash_url} initrd=initrd
+kernel ${kernel_url}vmlinuz ip=dhcp boot=casper maybe-ubiquity netboot=http fetch=${squash_url} initrd=initrd
 initrd ${kernel_url}initrd
 boot