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

init.sh: move kernel boot argument to machine (no-iommu) #84

Closed insatomcat closed 2 years ago

insatomcat commented 2 years ago

Right now the init.sh script (used for overlay) is enabled only when the readonly distro feature is enabled. This changes allows the overlay to work whether readonly is enabled or not. A precedent commit already made that changes for host and monitor vm, this commit is for the no-iommu machine

Signed-off-by: insatomcat florent.carli@rte-france.com