From b9fcda35dfc5fd37aec928109b5ef896c916a554 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 5 Mar 2016 09:26:35 -0700 Subject: [PATCH] Nuke random seed in install, the new instance should make it's own. Fixes bug #1314879 --- fedora-live-base.ks | 3 +++ 1 file changed, 3 insertions(+) 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