summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-09stop passing --os-type to virt-installSean Whitton
This argument is not documented in recent versions of the virt-install(1) manpage, and testing reveals that at least along with --os-variant=debian9, additionally passing --os-type=Linux makes no difference to the generated XML. It makes sense that --os-variant would be sufficient, since it has a superset of the semantic content of --os-type.
2018-11-09kvmDefined -> definedSean Whitton
The VM could be raw QEMU without KVM, and we might later extend the property to be able to Xen domains too.
2018-11-09comment out the QCow2 constructor until that's implementedSean Whitton
2018-11-09newtypes for NumVCPUs and MiBMemorySean Whitton
Less chance of requesting 2048 CPU cores and 2MiB of memory. Suggested-by: Joey Hess <id@joeyh.name>
2018-11-07propellor spinJoey Hess
2018-11-07propellor spinJoey Hess
2018-11-07propellor spinJoey Hess
2018-11-06code reviewJoey Hess
2018-11-06Added a commentspwhitton
2018-11-05libvirt: fix unconditional autostartSean Whitton
2018-11-05libvirt: don't try to start running VMSean Whitton
2018-11-05libvirt: fix exporting type aliasesSean Whitton
2018-11-05fix inverted logicSean Whitton
2018-11-05libvirt: don't try to nuke if it is already nukedSean Whitton
2018-11-05add missing spaces to two of the arguments to virt-installSean Whitton
2018-11-05fix extension of raw imageSean Whitton
2018-11-05libvirt: export data typesSean Whitton
2018-11-05Libvirt: fix a typeSean Whitton
2018-11-05Libvirt: docs inc. sample usageSean Whitton
2018-11-05Libvirt.defaultNetworkAutostarted requires libvirt installedSean Whitton
2018-11-05start work on libvirt moduleSean Whitton
2018-11-05Merge branch 'joeyconfig'Joey Hess
2018-11-05feedbackJoey Hess
2018-11-04Added a comment: New design: requesting feedbackspwhitton
2018-11-04Added a comment: creating the libvirt VMspwhitton
2018-10-31propellor spinJoey Hess
2018-10-31propellor spinJoey Hess
2018-10-31propellor spinJoey Hess
2018-10-31propellor spinJoey Hess
2018-10-31propellor spinJoey Hess
2018-10-31propellor spinJoey Hess
2018-10-28Added a comments@aa9ff9ce06b08acfd2a93ebd342ce6879430fbdd
2018-10-28Added a comments@aa9ff9ce06b08acfd2a93ebd342ce6879430fbdd
2018-10-27propellor spinJoey Hess
2018-10-25propellor spinJoey Hess
2018-10-25propellor spinJoey Hess
2018-10-24no longer need UndecidableInstances hereJoey Hess
2018-10-24propellor spinJoey Hess
2018-10-24propellor spinJoey Hess
2018-10-24changed wifi interfaceJoey Hess
2018-10-23patch appliedJoey Hess
2018-10-23Merge branch 'joeyconfig'Joey Hess
2018-10-23src: Update Propellor.Bootstrap.cabalBuild.rsiddharth
Make the `cp` command openbsd and gnu/linux compatible. * src/Propellor/Bootstrap.hs (cabalBuild): Update function.
2018-10-23patch appliedJoey Hess
2018-10-23Makefile: Update clean.rsiddharth
Make `find` commands openbsd compatible.
2018-10-21New forum post about an issue with `Make clean` in openbsd.s@aa9ff9ce06b08acfd2a93ebd342ce6879430fbdd
2018-10-21New forum post about an issue with Propellor.Bootstrap.cabalBuild (patch ↵s@aa9ff9ce06b08acfd2a93ebd342ce6879430fbdd
available).
2018-10-20add news item for propellor 5.5.0Joey Hess
2018-10-20releasing package propellor version 5.5.0Joey Hess
2018-10-20Merge branch 'master' of ssh://propellor.branchable.comJoey Hess