From f728e445cc2276c39e0563a99c4a12d59fe75455 Mon Sep 17 00:00:00 2001 From: Yue Tao Date: Sat, 27 Aug 2022 18:43:06 +0800 Subject: [PATCH] debian_iso_image.inc: correct the wrong binaries name Currently we use the "stx-std.lst" file in tools to add install package. We are going to use the "debian_iso_image.inc" file to follow CentOS. We observed some layers already have the debian_iso_image.inc, so first of all, we need to check if all the packages are available, otherwise, once supporting "debian_iso_image.inc", "build-image" will fail. Change the binaries name to align with "stx-std.lst". Story: 2008846 Task: 46141 Signed-off-by: Yue Tao Change-Id: If8a7848fcdb69ece17bf4db5a0812b8302457c53 --- debian_iso_image.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian_iso_image.inc b/debian_iso_image.inc index e3104253..a1c65604 100644 --- a/debian_iso_image.inc +++ b/debian_iso_image.inc @@ -1,7 +1,7 @@ # List of packages to be included/installed in ISO -fm-api -python-fmclient +python3-fm-api +python3-fmclient fm-common fm-mgr fm-rest-api