Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: DAMWID <damwid@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: mountall.sh bugs
Date: Thu, 14 Jun 2007 11:38:41 +0800	[thread overview]
Message-ID: <4670B841.4040605@gmail.com> (raw)

Hi all,

The mountall.sh in initscripts-1.0 package use the following line to 
mount all filesystem except nfs, smbfs, and ncpfs:

	mount -at nonfs,nosmbfs,noncpfs 2>/dev/null

there are two problems here:

1) the arguments for -t option should be "nonfs,smbfs,ncpfs", the "no" 
should be prefixed to the whole fstype list, not to each fstype.

2) currently, busybox does not support the "-t type1,type2" and "-t 
notype1,type2" option, so this line actually does nothing at all.

The best way to resolve this problem is add above options support to 
busybox. As a workaround, I replace this line with a simple "mount -a" 
command, and it works for me.

B.R.
Damwid



                 reply	other threads:[~2007-06-14  3:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4670B841.4040605@gmail.com \
    --to=damwid@gmail.com \
    --cc=openembedded-devel@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