File: README.md

package info (click to toggle)
cloud-init 25.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,412 kB
  • sloc: python: 135,894; sh: 3,883; makefile: 141; javascript: 30; xml: 22
file content (25 lines) | stat: -rw-r--r-- 1,180 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# packages

Package builders under this folder are development only templates. Do not rely on them.

## Build/Install

Cloud-init's build/install procedure is not OS/Distro independent as cloud-init
is tightly couple to OS implementation details, as for example,
the init units' definitions, see [systemd/](systemd/) and [sysvinit/](sysvinit/).

For users interested in trying out cloud-init, a pre-built image is the easiest option.

For users interested in packaging cloud-init, see the reference implementations under this folder
and official packages in the following section.

## Downstream packaging resources

* [arch](https://archlinux.org/packages/community/any/cloud-init/)
* [alpine](https://pkgs.alpinelinux.org/packages?name=cloud-init)
* [debian](https://packages.debian.org/sid/cloud-init)
* [fedora](https://src.fedoraproject.org/rpms/cloud-init)
* [freebsd](https://www.freshports.org/net/cloud-init/) [devel package](https://www.freshports.org/net/cloud-init-devel)
* [gentoo](https://packages.gentoo.org/packages/app-emulation/cloud-init)
* [opensuse](https://build.opensuse.org/package/show/Cloud:Tools/cloud-init)
* [ubuntu](https://launchpad.net/cloud-init)