From a6d3b172948df1f053f237bb1ea256a9a7d52ad0 Mon Sep 17 00:00:00 2001 From: yueyuankun Date: Tue, 19 Mar 2024 16:55:08 +0800 Subject: [PATCH] backport upstream community patch --- anaconda.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index ba45e3a..caac96d 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -171,7 +171,8 @@ Requires: dracut-network Requires: dracut-live Requires: xz Requires: python3-kickstart - +Requires: iputils + %description dracut The 'anaconda' dracut module handles installer-specific boot tasks and options. This includes driver disks, kickstarts, and finding the anaconda -- Gitee