From 52ebbfc1aa0cfdbef62080d9c59d8b2517613062 Mon Sep 17 00:00:00 2001 From: Yue Tao Date: Sat, 27 Aug 2022 18:10:30 +0800 Subject: [PATCH] debian_iso_image.inc: correct the install package name of utilities 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. The binary name of python-cephclient is changed to python3-cephclient built with python3. The python3-cephclient can be found in "stx-std.lst". Story: 2008846 Task: 46141 Signed-off-by: Yue Tao Change-Id: I15b57a5561fd2524690fdc353353d2c369b387d9 --- debian_iso_image.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian_iso_image.inc b/debian_iso_image.inc index 89435c45..8d1f0724 100644 --- a/debian_iso_image.inc +++ b/debian_iso_image.inc @@ -1,4 +1,4 @@ # List of packages to be included/installed in ISO -python-cephclient +python3-cephclient platform-util