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
1 changed files with 4 additions and 0 deletions

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