Nuke random seed in install, the new instance should make it's own. Fixes bug #1314879

This commit is contained in:
Kevin Fenzi 2016-03-05 09:26:35 -07:00
parent a08e27a87d
commit 2d034dd1c6
1 changed files with 3 additions and 0 deletions

View File

@ -310,6 +310,9 @@ rm -f /var/lib/rpm/__db*
# make sure there aren't core files lying around
rm -f /core*
# remove random seed, the newly installed instance should make it's own
rm -f /var/lib/systemd/random-seed
# convince readahead not to collect
# FIXME: for systemd