You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
George Rawlinson ade122099c
fix: add missing parameters to systemd unit
2 years ago
.reuse initial commit 2 years ago
LICENSES initial commit 2 years ago
README.md docs: add links to README 2 years ago
distrobuilder-create.sh initial commit 2 years ago
sudoers.conf initial commit 2 years ago
systemd.service fix: add missing parameters to systemd unit 2 years ago
systemd.timer fix: mismatching descriptions in systemd units 2 years ago
sysusers.conf initial commit 2 years ago
tmpfiles.conf initial commit 2 years ago

README.md

distrobuilder-create

Simple utility to automatically create lxd images with distrobuilder and upload to a local instance of lxd. The included script will create both container and virtual machine images.

At this stage, only Arch Linux images are generated. The files may need tweaking to support other distributions.

Usage

Add image templates to /etc/distrobuilder-create, start the included distrobuilder-create@.timer systemd unit.

$EDITOR /etc/distrobuilder-create/archlinux.yml
systemctl enable --now distrobuilder-create@archlinux.timer

License

GPL-3.0-only