Gentoo Archives: gentoo-amd64

From: Douglas J Hunley <doug.hunley@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] busybox-1.23.0 not assembling RAID root
Date: Wed, 21 Jan 2015 17:28:28
Message-Id: CALxYTP6T5E1SCMeCg7-D_PUbwL6nbe_hKqexPHhY47a=vved8A@mail.gmail.com
In Reply to: Re: [gentoo-amd64] busybox-1.23.0 not assembling RAID root by Mark Knecht
1 On Tue, Jan 20, 2015 at 5:43 PM, Mark Knecht <markknecht@×××××.com> wrote:
2
3 > Maybe you can add a response to my bug report here?
4 >
5 > https://bugs.gentoo.org/show_bug.cgi?id=536988
6 >
7
8 I have the same issue and my comment would look almost exactly like
9 bitlord's comment on that bug. To fix it, I changed:
10 mount -t proc none /proc
11 to:
12 busybox mount -t proc none /proc
13
14 and the problem went away. However, I don't think that should be needed as
15 the script is run by #!/bin/busybox
16
17
18 --
19 Douglas J Hunley (doug.hunley@×××××.com)
20 Twitter: @hunleyd Web:
21 about.me/douglas_hunley
22 G+: http://google.com/+DouglasHunley

Replies

Subject Author
Re: [gentoo-amd64] busybox-1.23.0 not assembling RAID root Mark Knecht <markknecht@×××××.com>