Skip to content
/ os Public
forked from openshift/os

Commit

Permalink
manifests: Clean-up NVME-related IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed May 29, 2024
1 parent e3afce3 commit b50f73d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b50f73d

Please sign in to comment.