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
Run the installer script silently with a list of arguments to manually setup the modules wanted? is there a minimal list of components required? is there a list of the basic/full list of components used in the prebuilt images?
How does the 'image' script works? can it be run inside docker?
I already have a packer json file that adds usb-gadget to my pi02w... I wanted to add that headlessly to a retropie image. So the process would be, download latest pios-lite, add usb-gadget (and dnsmasq), install retropie, and repack. This 3 things can be done with packer (almost already done) but I need the installer to be silent/noninteractive... maybe via a config.json or packages.json, etc...
Thank you very much!
The text was updated successfully, but these errors were encountered:
Hello, First of all, sorry if this was already opened, if so, please close it.
I wanted to create a prebuilt image using https://github.com/mkaczanowski/packer-builder-arm so that I can download, install and repack the latest raspi image.
Is there a way of:
I already have a packer json file that adds usb-gadget to my pi02w... I wanted to add that headlessly to a retropie image. So the process would be, download latest pios-lite, add usb-gadget (and dnsmasq), install retropie, and repack. This 3 things can be done with packer (almost already done) but I need the installer to be silent/noninteractive... maybe via a config.json or packages.json, etc...
Thank you very much!
The text was updated successfully, but these errors were encountered: