From 410101bd7681362c751dbf0bb7d6b458cfd93c0a Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 5 Mar 2016 17:44:00 +0000 Subject: [PATCH] Nuke random seed in install for ARM images too, the new instance should make it's own. Fixes bug #1314879 --- fedora-arm-base.ks | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index 8ef64ba..084a266 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -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."