Unofficial packer templates for creating Linode images
|
1 year ago | |
---|---|---|
_common | 2 years ago | |
bin | 1 year ago | |
nixos | 1 year ago | |
void | 1 year ago | |
.gitignore | 2 years ago | |
CONTRIBUTING.md | 1 year ago | |
Jenkinsfile | 1 year ago | |
LICENSE | 2 years ago | |
README.md | 1 year ago |
The packer templates included here aim to build Linode images that are compatible with Linode services where possible.
These are not official Linode images.
The following images are available:
Starting with a fresh Linode:
curl http://static.stj.io/qemu/images/linode/<image>.gz | gunzip | dd of=/dev/sda
To avoid going through the deployment steps for future images, you can take an image of the disk. This should be done after step 6, when the Linode is shut down, but before setting the root password.
Linode docs for creating an image
Documentation on image creation can be found in CONTRIBUTING.md