I am generating a Linux image using Petalinux tools. I have added an existing recipe for PostgreSQL.
How can I alter the recipe so that the data location is NOT /var/lib/postgresql, but rather /var/lib/persist/postgresql ?
'/var/lib' is referenced in 4 scripts that are included in the recipe.