From b50f73d9b7b15661e5c8369dd2d5d4dfb640f396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Wed, 29 May 2024 15:58:12 +0200 Subject: [PATCH] manifests: Clean-up NVME-related IDs See: https://github.com/openshift/os/issues/1519 --- common.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common.yaml b/common.yaml index 2af9c503..9850b0c4 100644 --- a/common.yaml +++ b/common.yaml @@ -150,6 +150,12 @@ postprocess: # generating it. ln -sr /usr/share/zoneinfo/UTC /etc/localtime + - | + #!/usr/bin/env bash + set -xeo pipefail + # Clean-up NVME-related IDs + rm -rfv /etc/nvme/hostid /etc/nvme/hostnqn + remove-files: # We don't ship man(1) or info(1) - usr/share/info