From a7da3091fd49348a8b4b869d07ab4d81e5954ed2 Mon Sep 17 00:00:00 2001 From: gaowei Date: Mon, 8 Feb 2021 14:48:19 +0800 Subject: [PATCH] microvm_image: add `ip` and `ping` support for rootfs. --- script/step/make_microvm_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/step/make_microvm_image.sh b/script/step/make_microvm_image.sh index c40b2f7..9c8e3bc 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." } -- Gitee