seapath / meta-seapath

This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
Apache License 2.0
6 stars 10 forks source link

conf/machine/seapath-vm: remove console=tty0 from kernel command line #223

Closed dupremathieu closed 3 weeks ago

dupremathieu commented 3 weeks ago

WMs don't need a console=tty0 on the kernel command line, as they don't have a graphical console. This change removes the console=tty0 from the kernel command line for the seapath-vm machine.