On Mon, Jan 19, 2015 at 6:34 PM, Randy Barlow <ra...@electronsweatshop.com> wrote: > On January 19, 2015 4:55:30 PM EST, Mark Knecht <markkne...@gmail.com> 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