gsanhueza / ArchISOMaker

A custom Arch Linux ISO Maker
GNU General Public License v2.0
60 stars 16 forks source link

Cloud-init #12

Closed yanboyang713 closed 1 year ago

yanboyang713 commented 1 year ago

Hello @gsanhueza,

I also think we could add Cloud-init, let image could work with cloud.

I have not test yet. I used Proxmox as my edge cloud.

gsanhueza commented 1 year ago

Implementing this idea falls out of scope of my project, as the purpose of this repository is to create an ISO file that can be used without internet access.

As the link that you sent says:

"It is needed in Arch Linux images that are built with the intention of being launched in cloud environments like OpenStack, AWS etc."

That means if you want to use the ISO generated with this project in a cloud environment that has to have internet, you might be better served by using the default ISO, or forking this repository to implement cloud-based images that fit better your scope.

Although I think you can use my ArchScripts repository to simplify installation of the ISO file.

yanboyang713 commented 1 year ago

yes, I am looking your ArchScripts one by one