Go to file
George Rawlinson 06fa7f39db
fix: incorrect user/group in systemd unit
Fixes #1.
2021-09-11 17:39:11 +00:00
.reuse initial commit 2021-09-11 08:12:36 +00:00
LICENSES initial commit 2021-09-11 08:12:36 +00:00
README.md docs: add links to README 2021-09-11 08:14:43 +00:00
distrobuilder-create.sh initial commit 2021-09-11 08:12:36 +00:00
sudoers.conf initial commit 2021-09-11 08:12:36 +00:00
systemd.service fix: incorrect user/group in systemd unit 2021-09-11 17:39:11 +00:00
systemd.timer initial commit 2021-09-11 08:12:36 +00:00
sysusers.conf initial commit 2021-09-11 08:12:36 +00:00
tmpfiles.conf initial commit 2021-09-11 08:12:36 +00:00

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