<qi.chen-cwa4wttnnzf54taoqty...@public.gmane.org> writes: > Besides, we need to make sure that tmpfs has been mounted. Otherwise, > the boot log will still be missing. > ... > case "$ACTION" in > start) > + mount -a -t tmpfs 2>/dev/null
This will mount filesystems out-of-order. E.g. it will break an /etc/fstab with | /dev/mmcblk0p1 /srv/www ext4 default 1 1 | none /srv/www/tmp tmpfs default 0 0 Enrico _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core