Skip to content

initramfs-init: add cmdline consoles to inittab

Filippo Valsorda requested to merge FiloSottile/mkinitfs:master into master

Sometimes a console is specified on the kernel command line but doesn't get initialized by the kernel because for example the driver is built as a module. The init should still spawn getty on it.

Merge request reports