mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 07:48:55 +00:00
kernel: rename exeperimental kernel symlink.
use -experimental suffix instead of virtiofs Signed-off-by: Carlos Venegas <jos.c.venegas.munoz@intel.com>
This commit is contained in:
parent
f79105231c
commit
0f78a5dc96
@ -381,7 +381,7 @@ install_kata() {
|
|||||||
|
|
||||||
suffix=""
|
suffix=""
|
||||||
if [[ ${experimental_kernel} == "true" ]]; then
|
if [[ ${experimental_kernel} == "true" ]]; then
|
||||||
suffix="-virtiofs"
|
suffix="-experimental"
|
||||||
fi
|
fi
|
||||||
if [[ ${gpu_vendor} != "" ]];then
|
if [[ ${gpu_vendor} != "" ]];then
|
||||||
suffix="-${gpu_vendor}-gpu${suffix}"
|
suffix="-${gpu_vendor}-gpu${suffix}"
|
||||||
|
Loading…
Reference in New Issue
Block a user