You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
People have been using variables to pass provisioning information through fwup so that programming and provisioning can be done in one step. The way this is done is to escape environment variables in fwup.conf files so that they get evaluated the the .fw is applied rather than when it's created.
There's a desire to get the list of variables referenced in a .fw file for the following reasons:
See what's being provisioned without unzipping the .fw and looking at the meta.conf
Getting a list of variables so that scripts can pass the variables through the sudo call to fwup without knowing the variable names. sudo resets the environment. This is for generic scripts like those used in Nerves.
The text was updated successfully, but these errors were encountered:
People have been using variables to pass provisioning information through
fwup
so that programming and provisioning can be done in one step. The way this is done is to escape environment variables infwup.conf
files so that they get evaluated the the .fw is applied rather than when it's created.There's a desire to get the list of variables referenced in a .fw file for the following reasons:
meta.conf
sudo
call tofwup
without knowing the variable names.sudo
resets the environment. This is for generic scripts like those used in Nerves.The text was updated successfully, but these errors were encountered: