Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions live/src/agama-installer.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 18 16:32:07 UTC 2025 - Knut Anderssen <kanderssen@suse.com>

- Remove /etc/nvme/host* files from the image (bsc#1238038)

-------------------------------------------------------------------
Mon Mar 17 12:12:02 UTC 2025 - Ladislav Slezák <lslezak@suse.com>

Expand Down
3 changes: 3 additions & 0 deletions live/src/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ if [ "${arch}" = "s390x" ]; then
touch /config.bootoptions
fi

# Remove nvme hostid and hostnqn (bsc#1238038)
rm -f /etc/nvme/host*

# replace the @@LIVE_MEDIUM_LABEL@@ with the real Live partition label name from KIWI
sed -i -e "s/@@LIVE_MEDIUM_LABEL@@/$label/g" /usr/bin/live-password
sed -i -e "s/@@LIVE_MEDIUM_LABEL@@/$label/g" /usr/bin/checkmedia-service
Expand Down