On Wed, Mar 13, 2019 at 03:30:12PM -0700, Chris Cappuccio wrote: > Mike Larkin [mlar...@nested.page] wrote: > > > > Still not sure I understand what you're after. Basically all Linux > > installers > > can do this, you just need to add console=ttyS0,115200 to the kernel command > > line. I don't think there are any installers that have this change already > > made. > > > > I think I'm just too stupid to use Linux. I know grub-based boot loaders give > you that option, but then I went to try Alpine Linux, and from what I'm > finding, I have to setup a config file put it back into the ISO.
Yes, Alpine requires a manual 1 line edit to the bootloader config. The others seem to query the booted cmd line and add that automatically into grub.cfg. -ml