Implement fix for #222 (thanks Griznog!)
This commit is contained in:
@@ -12,9 +12,9 @@ echo
|
||||
set base http://{{.Ipaddr}}:{{.Port}}
|
||||
|
||||
kernel --name kernel ${base}/kernel/{{.Hwaddr}} || goto reboot
|
||||
initrd --name container ${base}/container/{{.Hwaddr}} || goto reboot
|
||||
initrd --name kmods ${base}/kmods/{{.Hwaddr}} || goto reboot
|
||||
initrd --name system ${base}/overlay-system/{{.Hwaddr}} || goto reboot
|
||||
imgextract --name container ${base}/container/{{.Hwaddr}} || goto reboot
|
||||
imgextract --name kmods ${base}/kmods/{{.Hwaddr}} || goto reboot
|
||||
imgextract --name system ${base}/overlay-system/{{.Hwaddr}} || goto reboot
|
||||
|
||||
boot kernel initrd=container initrd=kmods initrd=system {{.KernelArgs}} || goto reboot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user