libresh / libre.sh

Moved to https://lab.libreho.st/libre.sh/compose.libre.sh
GNU Affero General Public License v3.0
189 stars 22 forks source link

INSTALL on libvirt/kvm #149

Closed edrex closed 6 years ago

edrex commented 7 years ago

I'm finally getting around to setting up on home lab system. libre will be running under KVM/libvirt. Thinking to follow this article: http://blog.oddbit.com/2015/03/10/booting-cloud-images-with-libvirt/

I'll update INSTALL.md to cover any extra steps in this deployment scenario.

Any tips/previous experiences?

pierreozoux commented 7 years ago

Follow the instructions, on the INSTALL or INSTALL hetzner, it is all we've got, if you have issues, post here :)

Good luck, and thanks for contributing back!

Pierre

On 07-04-2017 17:55, Eric Drechsel wrote:

I'm finally getting around to setting up on home lab system. libre will be running under KVM/libvirt. Thinking to follow this article: http://blog.oddbit.com/2015/03/10/booting-cloud-images-with-libvirt/

I'll update INSTALL.md to cover any extra steps in this deployment scenario.

Any tips/previous experiences?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/indiehosters/libre.sh/issues/149, or mute the thread https://github.com/notifications/unsubscribe-auth/ABxvHXODsr-8D1Nlbrpjue9r8DuUF8uxks5rtmpugaJpZM4M3I_k.

-- I use PGP to protect our privacy, if you want to know more, you can follow this https://emailselfdefense.fsf.org/en/

If you have further questions, please do not hesitate to ask. You can verify my public key here: https://keybase.io/pierreozoux

JOduMonT commented 7 years ago

in general, with VM, you will have a lack of entropy

so I'll recommend you to run haveged You could use this https://github.com/jodumont/haveged or make your own ;)

Haveged is also available on centos and debian.

edrex commented 7 years ago

https://coreos.com/os/docs/latest/booting-with-libvirt.html#cloud-config-template

edrex commented 7 years ago

Thanks @jodumont, this is why I love pooling config with other operators!