File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
tools/osbuilder/node-builder/azure-linux Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 3939 SHIM_CONFIG_PATH=" ${INSTALL_PATH_PREFIX} /share/defaults/kata-containers"
4040 SHIM_CONFIG_FILE_NAME=" configuration-clh.toml"
4141 SHIM_CONFIG_INST_FILE_NAME=" configuration.toml"
42+ SHIM_BLK_CONFIG_INST_FILE_NAME=" configuration-blk.toml"
4243 DEBUGGING_BINARIES_PATH=" ${INSTALL_PATH_PREFIX} /local/bin"
4344 SHIM_BINARIES_PATH=" ${INSTALL_PATH_PREFIX} /local/bin"
4445 SHIM_BINARY_NAME=" containerd-shim-kata-v2"
Original file line number Diff line number Diff line change 6767 echo " Skipping installation of shim configuration"
6868fi
6969
70+ echo " Installing virtio-blk based shim configuration"
71+ cp -a --backup=numbered src/runtime/config/" ${SHIM_CONFIG_FILE_NAME} " " ${PREFIX} /${SHIM_CONFIG_PATH} /${SHIM_BLK_CONFIG_INST_FILE_NAME} "
72+ sudo sed -i ' s/shared_fs = "virtio-fs"/shared_fs = "none"/' " ${PREFIX} /${SHIM_CONFIG_PATH} /${SHIM_BLK_CONFIG_INST_FILE_NAME} "
73+
7074popd
You can’t perform that action at this time.
0 commit comments