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.)
https://lfenergy.org/projects/seapath/
Apache License 2.0
6 stars 10 forks source link

kernel_parameters: remove duplicate entries #170

Closed dupremathieu closed 9 months ago

dupremathieu commented 9 months ago

Some kernel parameters are defined by the Yocto project and should not be duplicated in the grub configuration file. This patch removes the duplicate entries from the grub configuration file.

Fix #165