mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Fix Fedora CoreOS kernel filename format
Add missing dot in live-kernel filename to fix boot issues. Changes ''live-kernel-'' to ''live-kernel.'' to match actual Fedora CoreOS file naming convention. Fixes #1654 Co-authored-by: Antony Messerli <antonym@users.noreply.github.com>
This commit is contained in:
parent
c68892b3f1
commit
68c73f0265
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ iseq ${core_version} {{ item.code_name }} && set coreos_channel {{ item.name }}
|
|||
set base_url ${coreos_mirror}/${coreos_base_dir}/${coreos_channel}/builds
|
||||
set build_version ${core_version}
|
||||
imgfree
|
||||
kernel ${base_url}/${build_version}/${os_arch}/fedora-coreos-${build_version}-live-kernel-${os_arch} ip=dhcp rd.neednet=1 coreos.inst.install_dev=${install_device} coreos.inst.ignition_url=${ignition_url} coreos.live.rootfs_url=${base_url}/${build_version}/${os_arch}/fedora-coreos-${build_version}-live-rootfs.${os_arch}.img {{ kernel_params }}
|
||||
kernel ${base_url}/${build_version}/${os_arch}/fedora-coreos-${build_version}-live-kernel.${os_arch} ip=dhcp rd.neednet=1 coreos.inst.install_dev=${install_device} coreos.inst.ignition_url=${ignition_url} coreos.live.rootfs_url=${base_url}/${build_version}/${os_arch}/fedora-coreos-${build_version}-live-rootfs.${os_arch}.img {{ kernel_params }}
|
||||
initrd ${base_url}/${build_version}/${os_arch}/fedora-coreos-${build_version}-live-initramfs.${os_arch}.img
|
||||
boot
|
||||
goto coreos_exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue