On 16/11/10 23:40, Jo-Philipp Wich wrote:
> Hi.
>
>> Can we add something like
>> [ -d /lib/functions/fsck ] && pi_include /lib/functions/fsck
>
> A more logical place would be the pi_include() procedure.
> It should be changed to handle not existing firs garcefully.
>
> ~ Jow
pi_include()
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi.
> Can we add something like
> [ -d /lib/functions/fsck ] && pi_include /lib/functions/fsck
A more logical place would be the pi_include() procedure.
It should be changed to handle not existing firs garcefully.
~ Jow
-BEGIN PGP SIGNATURE
On 13/11/10 12:33, Daniel Dickinson wrote:
> On Fri, 12 Nov 2010 21:29:08 +0100
> mark.v...@team-embedded.nl wrote:
>
>> From: Mark Vels
>>
>> This typo fix solves at least the following warning:
>> sysinit: WARNING: /lib/functions/fsck not found
>> but probably also some functionality that
On Fri, 12 Nov 2010 21:29:08 +0100
mark.v...@team-embedded.nl wrote:
> From: Mark Vels
>
> This typo fix solves at least the following warning:
> sysinit: WARNING: /lib/functions/fsck not found
> but probably also some functionality that uses the functions
> from this include file.
>
> Si
From: Mark Vels
This typo fix solves at least the following warning:
sysinit: WARNING: /lib/functions/fsck not found
but probably also some functionality that uses the functions
from this include file.
Signed-off-by: Mark Vels
---
package/block-mount/files/fsck.sh |2 +-
1 files ch