Re: [OE-core] [PATCH 2/2] initramfs-framework: better error reporting for invalid root boot parameter

2015-09-18 Thread Otavio Salvador
On Fri, Sep 18, 2015 at 8:49 AM, Patrick Ohly wrote: > When the "boot" parameter refers to a non-existent device, the only > visible output at normal log levels was a rather confusing: >ERROR: There's no '/dev' on rootfs. > > That's because the actual error, not being able to find the root > d

[OE-core] [PATCH 2/2] initramfs-framework: better error reporting for invalid root boot parameter

2015-09-18 Thread Patrick Ohly
When the "boot" parameter refers to a non-existent device, the only visible output at normal log levels was a rather confusing: ERROR: There's no '/dev' on rootfs. That's because the actual error, not being able to find the root device, was only a debug message, which gets ignored in the defaul