mirror of
https://github.com/danderson/netboot.git
synced 2025-10-16 18:11:21 +02:00
Update quickcmd.go
Change 'kernel := fmt.Sprintf("%s/arch/boot/%s/vmlinuz", httpSrv, arch)' to 'kernel := fmt.Sprintf("%s/arch/boot/%s/vmlinuz-linux", httpSrv, arch)' at line 330 (false link)
This commit is contained in:
parent
ddb47796bc
commit
66e5fba6f6
@ -327,7 +327,7 @@ version defaults to latest, can also be a YYYY.MM.DD iso release version`,
|
|||||||
}
|
}
|
||||||
|
|
||||||
httpSrv := fmt.Sprintf("%s/iso/%s", mirror, version)
|
httpSrv := fmt.Sprintf("%s/iso/%s", mirror, version)
|
||||||
kernel := fmt.Sprintf("%s/arch/boot/%s/vmlinuz", httpSrv, arch)
|
kernel := fmt.Sprintf("%s/arch/boot/%s/vmlinuz-linux", httpSrv, arch)
|
||||||
initrd := fmt.Sprintf("%s/arch/boot/%s/archiso.img", httpSrv, arch)
|
initrd := fmt.Sprintf("%s/arch/boot/%s/archiso.img", httpSrv, arch)
|
||||||
cmdline := fmt.Sprintf("archisobasedir=arch archiso_http_srv=%s/ ip=dhcp verify=y net.ifnames=0", httpSrv)
|
cmdline := fmt.Sprintf("archisobasedir=arch archiso_http_srv=%s/ ip=dhcp verify=y net.ifnames=0", httpSrv)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user