From 34c27a76cb8bd63548da651fc108767b4101bc2b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 30 Apr 2010 07:50:27 -0400 Subject: [PATCH] Prevent readahead-collect during live boot This is not really useful, and has been complained about in bug 583706. --- fedora-live-base.ks | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 6357bc0..f992fb8 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -367,6 +367,10 @@ rm -f /boot/initramfs* # 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