This is not really useful, and has been complained about in bug 583706. As per fix for base.ks

This commit is contained in:
Peter Robinson 2010-05-03 13:22:11 +01:00
parent 87e9dfe929
commit a80def9586
1 changed files with 4 additions and 0 deletions

View File

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