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

system-config: fix the conditionnal path for hugetlb-gigantic-pages #164

Closed lucbeaufils closed 9 months ago

lucbeaufils commented 9 months ago

…ervice

The kernel linux create the hugepages directory in the /sys/devices/system/node/node0/ path. The node0 was missing resulting in the run failure of the hugetlb-gigantic-pages service. This commit fix this issue.