Fixing kernal path
This commit is contained in:
parent
6ad23a615a
commit
b3c038e3ae
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ create_vm_dir() {
|
||||||
|
|
||||||
# Download Talos kernel and initramfs
|
# Download Talos kernel and initramfs
|
||||||
download_kernal_file() {
|
download_kernal_file() {
|
||||||
local initramfs_path="$VM_DIR/initramfs-arm64.xz"
|
local kernel_path="$VM_DIR/vmlinuz-arm64"
|
||||||
|
|
||||||
if [[ ! -f "$kernel_path" ]]; then
|
if [[ ! -f "$kernel_path" ]]; then
|
||||||
curl -L -o "$kernel_path" "$KERNEL_URL"
|
curl -L -o "$kernel_path" "$KERNEL_URL"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue