Merge "Debian: clean machine-id generated during installation"
This commit is contained in:
commit
26fcaf8b9f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user