[OE-core] [PATCH V2 1/1] sysvinit: fix missing of boot log

Enrico Scholz enrico.scholz at sigma-chemnitz.de
Thu Sep 26 10:50:16 UTC 2013


<Qi.Chen-CWA4WttNNZF54TAoqtyWWQ at 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



More information about the Openembedded-core mailing list