forked from srbala/fedora-kickstarts
Prevent readahead-collect during live boot
This is not really useful, and has been complained about in bug 583706.
This commit is contained in:
parent
a6ca581f10
commit
34c27a76cb
@ -367,6 +367,10 @@ rm -f /boot/initramfs*
|
|||||||
# make sure there aren't core files lying around
|
# make sure there aren't core files lying around
|
||||||
rm -f /core*
|
rm -f /core*
|
||||||
|
|
||||||
|
# convince readahead not to collect
|
||||||
|
rm -f /.readahead_collect
|
||||||
|
touch /var/lib/readahead/early.sorted
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user