diff --git a/script/step/make_microvm_image.sh b/script/step/make_microvm_image.sh index c40b2f7023fe81b0a2da0357e8617562d94e5f83..9c8e3bc7ce0393f792b206b1ae1685c503db4240 100644 --- a/script/step/make_microvm_image.sh +++ b/script/step/make_microvm_image.sh @@ -67,7 +67,7 @@ prepare_kernel(){ yum clean all -c "${yum_conf}" yum makecache -c "${yum_conf}" - yum install make gcc bison flex openssl-devel elfutils-devel bc -y -c "${yum_conf}" + yum install make gcc bison flex openssl-devel elfutils-devel bc iproute iputils -y -c "${yum_conf}" LOG "prepare vmlinux kernel end." }