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

This commit is contained in:
Peter Robinson 2016-03-05 17:44:00 +00:00
parent 2d034dd1c6
commit ff8162790b
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@ rpm -qa
# Note that running rpm recreates the rpm db files which aren't needed or wanted
rm -f /var/lib/rpm/__db*
# remove random seed, the newly installed instance should make it's own
rm -f /var/lib/systemd/random-seed
# Because memory is scarce resource in most arm systems we are differing from the Fedora
# default of having /tmp on tmpfs.
echo "Disabling tmpfs for /tmp."