mirror of
https://github.com/danderson/netboot.git
synced 2025-12-01 15:41:37 +01:00
Fix archlinux quickcmd
The verify=y cmdline argument has been deprecated by dedfe0364c
This commit replaces it by cms_verify=y.
This commit is contained in:
parent
0e2ca55deb
commit
64f6de6d0e
@ -332,7 +332,7 @@ version defaults to latest, can also be a YYYY.MM.DD iso release version`,
|
||||
httpSrv := fmt.Sprintf("%s/iso/%s", mirror, version)
|
||||
kernel := fmt.Sprintf("%s/arch/boot/%s/vmlinuz-linux", httpSrv, arch)
|
||||
initrd := fmt.Sprintf("%s/arch/boot/%s/initramfs-linux.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 cms_verify=y net.ifnames=0", httpSrv)
|
||||
|
||||
fmt.Println(staticFromFlags(cmd, kernel, []string{initrd}, cmdline).Serve())
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user