Merge "Debian: clean machine-id generated during installation"

This commit is contained in:
Zuul 2022-11-03 13:58:15 +00:00 committed by Gerrit Code Review
commit 26fcaf8b9f

View File

@ -2557,6 +2557,11 @@ EOF
fi
fi
# Clean machine-id file, it needs to be generated after install.
# It must be unique per installation because it is used to generate
# random MACs for SR-IOV VFs, among other resources.
find / -name machine-id | xargs rm -fv
true
%end