mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 16:37:01 +02:00
Merge pull request #1142 from flatcar/kai/oem-version-quoting
vm_image_util: Fix variable quoting to create correct OEM sysext file
This commit is contained in:
commit
bce6b4b98b
@ -531,7 +531,7 @@ install_oem_sysext() {
|
||||
local built_sysext_dir="${FLAGS_to}/${oem_sysext}-sysext"
|
||||
local built_sysext_filename="${oem_sysext}.raw"
|
||||
local built_sysext_path="${built_sysext_dir}/${built_sysext_filename}"
|
||||
local version='${FLATCAR_VERSION}'
|
||||
local version="${FLATCAR_VERSION}"
|
||||
local metapkg="coreos-base/${oem_sysext}"
|
||||
local build_sysext_flags=(
|
||||
--board="${BOARD}"
|
||||
|
Loading…
Reference in New Issue
Block a user