On Thu, 4 May 2017 16:09:06 -0500 Rob Landley <[email protected]> wrote:
> From: Rob Landley <[email protected]> > > 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?

