-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How To Configure A Different OS? #6
Comments
Hi @andrewcooke , you probably have to change the Let me know if you need help with the coding part. Good luck! |
Before I forget, there is one issue that comes to mind when using a different OS, and that is the Ansible configuration. Right now, you can find the following lines in the dockerfile:
You may want to comment out this section, as it installs Ansible using Additionally, you may want to remove the section
As this runs the emulator once for installing Ansible (which you may not want / need). |
Oh, yes, ARG DISTRO_IMG (and co). OK, thanks I will give this a try and report back. Thanks! |
Please can you describe how to configure a different OS (eg; https://en.opensuse.org/HCL:Raspberry_Pi4). Do I need to checkout and modify the source then build my own docker image, or is it possible to do this using the default image?
Also, where is this specified in the source? I think it's set via environment variables, but I can't find where the environment variables are set.
Thanks!
The text was updated successfully, but these errors were encountered: