mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
Skip useless and memory-based folder when create the initial file list.
This commit is contained in:
@@ -13,7 +13,7 @@ fi
|
||||
# That's our second boot, we can generate the sreadahead file list
|
||||
if [ -e /etc/readahead.packed.second ]; then
|
||||
rm -f /etc/readahead.packed.second
|
||||
find / -type f > filelist.txt
|
||||
find / -type f | grep -E -v "\/dev\/|\/proc\/|\/sys\/" > filelist.txt
|
||||
|
||||
/sbin/generate_filelist filelist.txt
|
||||
rm filelist.txt
|
||||
|
||||
Reference in New Issue
Block a user