Re: [PATCH] Make initramfs honor CONFIG_DEVTMPFS_MOUNT

From: Andrew Morton
Date: Tue May 09 2017 - 17:31:38 EST


On Thu, 4 May 2017 16:09:06 -0500 Rob Landley <rob@xxxxxxxxxxx> wrote:

> From: Rob Landley <rob@xxxxxxxxxxx>
>
> Make initramfs honor CONFIG_DEVTMPFS_MOUNT, and move
> /dev/console open after devtmpfs mount.


Could we please see complete description of the runtime effects of this
change? How does it affect users? How does it benefit users?

The DEVTMPFS_MOUNT Kconfig help (drivers/base/Kconfig) says:

This option does not affect initramfs based booting, here
the devtmpfs filesystem always needs to be mounted manually
after the rootfs is mounted.

which seems to no longer be correct?