cloudymax / pxeless

An automated system install and image customization tool for when PXE is not an option, or is not an option yet.
MIT License
108 stars 16 forks source link

[Feature] Installing offline package and customization during the image build procedure #31

Closed meraj-kashi closed 1 year ago

meraj-kashi commented 1 year ago

According to https://github.com/cloudymax/pxeless/issues/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 :)

cloudymax commented 1 year ago

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!

agusserraa98 commented 1 year ago

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!

cloudymax commented 1 year ago

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.