Re: [PATCH] vfs: init/main.c: change comment: opening /dev/console may fail
From: Al Viro
Date: Mon Apr 06 2026 - 05:51:34 EST
On Mon, Apr 06, 2026 at 09:08:15AM +0000, Askar Safin wrote:
> -/* Open /dev/console, for stdin/stdout/stderr, this should never fail */
> +/*
> + * Open /dev/console, for stdin/stdout/stderr, this may fail if you supplied
> + * your own internal initramfs without /dev/console
ITYM "so if you supply your own internal initramfs, make sure /dev/console is there"