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