[Feature] Installing offline package and customization during the image build procedure#31
Conversation
|
Hoi @meraj-kashi! 👋 First of all, thank you very much for this. It's a feature I've wanted to add for a while but have not had the time to implement due to obligations at work. I'm very much looking forward to testing this and getting it merged but wont have the time until this weekend/next week. I just wanted to extend the courtesy of letting you know that I've seen the request, think that it is a great addition, and will be testing/merging it soon. Best regards and many thanks! |
cloudymax
left a comment
There was a problem hiding this comment.
Great work!
This not only adds a very helpful feature but also serves as a great way to connect PXEless to other tooling such as Ansible! I'm really looking forward to playing with this functionality more this week 🥳
|
What a great contribution, I have been following the repo and every day it is a more powerful tool! Thank you very much for sharing your knowledge! |
Thanks for your kind words, I'm honestly humbled by the amount and quality of community engagement. The original project from covertsh was super helpful for me in a previous role and it's been a true privilege to help keep the project going. |
According to #30 , I have added a new switch to support running a bash script during image building procedure.
The new feature can be used to install debian packages during build, so the final image doesn't need access to Internet to install packages.
Also the offline-script can be used to do more customization during build.
I hope this feature would be useful to merge :)