forked from srbala/fedora-kickstarts
Nuke random seed in install, the new instance should make it's own. Fixes bug #1314879
This commit is contained in:
parent
f4e8f1bb0a
commit
b9fcda35df
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user