From a80def958695698abfad31f05a2c58dff2fb63a0 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 3 May 2010 13:22:11 +0100 Subject: [PATCH] This is not really useful, and has been complained about in bug 583706. As per fix for base.ks --- fedora-live-mini.ks | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks index baf74b7..0ba7090 100644 --- a/fedora-live-mini.ks +++ b/fedora-live-mini.ks @@ -383,6 +383,10 @@ rm -f /boot/initrd* # make sure there aren't core files lying around rm -f /core* +# convince readahead not to collect +rm -f /.readahead_collect +touch /var/lib/readahead/early.sorted + %end