On Wed, Jan 21, 2015 at 9:28 AM, Douglas J Hunley <[email protected]> wrote:
>
> On Tue, Jan 20, 2015 at 5:43 PM, Mark Knecht <[email protected]> wrote:
>>
>>    Maybe you can add a response to my bug report here?
>>
>> https://bugs.gentoo.org/show_bug.cgi?id=536988
>
>
> I have the same issue and my comment would look almost exactly like
> bitlord's comment on that bug. To fix it, I changed:
> mount -t proc none /proc
> to:
> busybox mount -t proc none /proc
>
> and the problem went away. However, I don't think that should be needed as
> the script is run by #!/bin/busybox
>

For those not following the bug report there was a change introduced
by the busybox package maintainer wherein the 1.21 ebuild changed from
allyesconfig to defconfig. I never used 1.21 so I didn't see it until
we got a stable upgrade.

The change I made was adding

/bin/busybox --install -s

immediately before my mount commands. Please note that without the
explicit /bin/busybox the busybox binary wasn't found and nothing was
fixed.

Thanks for your help.

Cheers,
Mark

Reply via email to