Re: busybox-1.23.0 not assembling RAID root
Mark Knecht <[email protected]> Tue, 20 Jan 2015 14:45:16 -0800
| Newsgroups | gmane.linux.gentoo.amd64 |
|---|---|
| Message-ID | <CAK2H+ed2XYQz_ySdrVKhab5yWy2sZ5erqNAOohXHgjeXPZivgA@mail.gmail.com> |
On Mon, Jan 19, 2015 at 6:34 PM, Randy Barlow <[email protected]> wrote: > On January 19, 2015 4:55:30 PM EST, Mark Knecht <[email protected]> wrote: >>The failure is three messages: >> >>/init: line 16: mount: not found >>/init: line 17: mount: not found >>/init: line 18: mount: not found >> >>which appear to correlate with lines 16-18: >> >>mount -t proc none /proc >>mount -t sysfs none /sys >>mount -t devtmpfs none /dev > > Have you tried using a full path to the mount command? > > I have not. When I rebuild with 1.23 I'll try making no changes, booting to the point where I drop into busybox and then I'll look around at whether mount is even in there. Thanks! Cheers, Mark