From: ChenQi <Qi.Chen@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH V2 1/1] sysvinit: fix missing of boot log
Date: Fri, 27 Sep 2013 10:20:24 +0800 [thread overview]
Message-ID: <5244EB68.2080409@windriver.com> (raw)
In-Reply-To: <lymwmzhn6f.fsf@ensc-virt.intern.sigma-chemnitz.de>
On 09/26/2013 06:50 PM, Enrico Scholz wrote:
> <Qi.Chen-CWA4WttNNZF54TAoqtyWWQ@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
Hi Enrico,
I tested with this situation just now, and everything worked out well
for me.
My fstab has:
/dev/hdb /media ext2 defaults 0 0
tmpfs /media/tmp tmpfs defaults 0 0
Note that udev's init script also tries to mount tmpfs. So if you used
such fstab, you have already verified it yourself.
So I think we might be OK here.
Best Regards,
Chen Qi
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>
next prev parent reply other threads:[~2013-09-27 2:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-26 10:02 [PATCH V2 0/1] sysvinit: fix missing of boot log Qi.Chen
2013-09-26 10:02 ` [PATCH V2 1/1] " Qi.Chen
2013-09-26 10:50 ` Enrico Scholz
2013-09-27 2:20 ` ChenQi [this message]
2013-10-08 1:51 ` ChenQi
2013-10-29 12:33 ` ChenQi
2013-11-01 10:44 ` Richard Purdie
2013-11-02 3:24 ` ChenQi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5244EB68.2080409@windriver.com \
--to=qi.chen@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox