1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2025-01-11 11:53:08 +00:00

Prevent readahead-collect during live boot

This is not really useful, and has been complained about in bug 583706.
This commit is contained in:
Matthias Clasen 2010-04-30 07:50:27 -04:00
parent a6ca581f10
commit 34c27a76cb

View File

@ -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