Skip to content

Commit

Permalink
fixup! *: Add OEM sysext building utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
krnowak committed Jun 1, 2023
1 parent 10e9deb commit ff39f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_library/vm_image_util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ install_oem_sysext() {
--prod_pkgdb_path="${VM_SRC_PKGDB}" \
"${oem_sysext}"

local installed_sysext_oem_dir='/usr/share/oem/sysext'
local installed_sysext_oem_dir='/oem/sysext'
local installed_sysext_file_prefix="${oem_sysext}-${FLATCAR_VERSION}"
local installed_sysext_filename="${installed_sysext_file_prefix}.raw"
local installed_sysext_abspath="${installed_sysext_oem_dir}/${installed_sysext_filename}"
Expand Down

0 comments on commit ff39f7b

Please sign in to comment.