From 2d034dd1c619499ef53ac1ccc93755164447db0d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mar 05 2016 16:26:35 +0000 Subject: Nuke random seed in install, the new instance should make it's own. Fixes bug #1314879 --- diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 28904af..e28b3dc 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -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