Skip to content
This repository has been archived by the owner on Feb 10, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 623 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 623 Bytes

alpine-kvm

Description

A lightweight and minimal system tailored for KVM (via libvirt).

Quick how-to (as a temporary reminder)

$ apk add qemu-system-x86_64 libvirt-qemu dbus
$ rc-update add libvirt
$ rc-update add dbus

Edit /etc/libvirt/libvirtd.conf to enable remote authentication, then add the group libvirt to the user.

TODO

  • Finalize QEMU integration
  • Save configuration changes on shutdown (detect changes then re-create the apkvol)
  • Write documentation (build, workflow with docker, ...)