Openembedded Core Discussions
 help / color / mirror / Atom feed
* initscripts + fsck.busybox problem
@ 2015-03-25 13:40 Hugo Vasconcelos Saldanha
  2015-03-25 14:11 ` Mark Hatle
  0 siblings, 1 reply; 2+ messages in thread
From: Hugo Vasconcelos Saldanha @ 2015-03-25 13:40 UTC (permalink / raw)
  To: openembedded-core

Hi all,

Everytime my image boots, the following error message is printed:

fsck (busybox 1.23.1, 2015-03-14 10:13:03 BRT)

Invalid non-numeric argument to -C ("-y")

It seems that checkroot.sh script from initscripts package is
calling the command "fsck -C -y". checkfs.sh script, apparently not
installed by default, does the same. The problem is that busybox's fsck
needs an argument to -C option, which is not needed by util-linux and
e2fsprogs' versions of the tool.

Possible approaches that I can think of:

1) Fixing the scripts, maybe removing references to -C option
altogether.

2) Placing a RDEPENDS in initscripts' recipe.

What do you think about it?

-- 
		Hugo



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-25 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-25 13:40 initscripts + fsck.busybox problem Hugo Vasconcelos Saldanha
2015-03-25 14:11 ` Mark Hatle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox