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 f4e8f1bb0a
commit b9fcda35df
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